search for: xmexample1

Displaying 20 results from an estimated 20 matches for "xmexample1".

Did you mean: xmexample
2005 May 09
1
trying to trace xm create
Hello, I am trying ro trace and study a run of "xm create xmexample1" , after modifying xmexample1 a bit (to use ttylinux,etc). I have xen-2.0-testing. The stack I can see (by adding printing messages) is : main (xm/create.py) calling make_domain() (xm/create.py...
2005 Nov 26
0
can''t start tty linux.
hello. i just installed xen from source (using mke world then make install) booted into linux using the xen-2.0.7.gz kernel and then triewd to run ttylinux from the instructions in the user manual. i used this command. xm create /store/xmexample1 -c my xonfigfile ( xmexample1) is this. > # -*- mode: python; -*- > > #============================================================================ > # Python configuration setup for ''xm create''. > # This script sets the parameters used when a domain is created...
2006 May 15
0
[PATCH] Document UUID option in example domU configs
...ID +# on each call to ''xm create''. +#uuid = "06ed00fe-1162-4fc4-b5d8-11993ee4a8b9" #----------------------------------------------------------------------------- # the number of cpus guest platform has, default=1 diff -r cb70d4f8d718 -r 347948cff062 tools/examples/xmexample1 --- a/tools/examples/xmexample1 Mon May 15 06:51:07 2006 +++ b/tools/examples/xmexample1 Mon May 15 17:00:51 2006 @@ -25,6 +25,10 @@ # A name for your domain. All domains must have different names. name = "ExampleDomain" + +# 128-bit UUID for the domain. The default behavior is to g...
2008 Mar 06
3
static vnc port
Hi, I''m trying so give all my guests a static vnc display my Configfile looks like this. 1 ostype = "opensuse" 2 name = "suse-10.3-testcups" 3 builder = "linux" 4 memory = 512 5 vcpus = 1 6 uuid = "c6d9aa20-06c4-46f5-81e8-7906f7cfb642" 7 on_crash = "destroy" 8 on_poweroff =
2005 Oct 06
0
RE: Error Creating Domain:vbd:Segment phy:/dev/hda3 isin writable use
...Web: http://www.seakr.com >>> On 2005/10/06 at 08:43:41, in message <20051006144341.28356.qmail@webmail31.rediffmail.com>, "AMIT KUMAR" <amitkpce@rediffmail.com> wrote: hi all, I have few problem while trying to create new domain using, xm create xmexample1 -c the error message is "Error Creating Domain:vbd:Segment phy:/dev/hda3 is in writable use" the details of xmexample1 file are kernel = "/boot/vmlinuz-2.4.30-xenU" memory = 64 name = "GuestLinux-2.4.30" disk = [ ''phy:/dev/hda3,hda1,r'', &...
2008 Apr 11
2
vncdisplay #
How does this setting work? I was hoping to use it to make connections predictable. I have vncunused = 1 as well, but xen never starts the server on the expected port (dom-u id). Thanks! jlc _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2005 Jun 02
0
Re: ttylinux and Error creating domain: vbd: Segment not found - new
...med /root/ttylinux > > I had moved the ttylinux-xen to /root/ttylinux. > > I had created a directory named /root/ttylinux/mnt > > I had mounted it on a loop device thus: > > mount -o loop ttylinux-xen mnt > > and it succeeded. > > > > I had changed /etc/xen/xmexample1 so now it includes the following: > > disk = [''file:/root/ttylinux/mnt,sda1,w''] > > root = "/dev/sda1 ro" > > I try: > > xm create /etc/xen/xmexample1 > > And I get: > > Error: **Error creating domain: vbd: Segment not found: > >...
2012 Mar 02
2
[PATCH v2] tools/examples: Move examples to $(DOC_DIR)/examples
2007 May 29
0
Problem booting Suse Linux VM "INIT: cannot execute "/etc/init.d/boot""
...sysfs noauto 0 0 usbfs /proc/bus/usb usbfs noauto 0 0 devpts /dev/pts devpts mode=0620,gid=5 0 0 bladespp-04:~ # umount /mnt/ bladespp-04:~ # The VM configuration file: bladespp-04:~ # cat xmexample1 # Kernel image file. kernel = "/boot/vmlinuz-2.6-xen" # Optional ramdisk. ramdisk = "/boot/initrd-2.6-xen.img" memory = 256 name = "ExampleDomain" vif = [ '''' ] disk = [ ''tap:aio:/root/vmdisk,sda1,w'' ] # Set root device. root =...
2004 Oct 12
3
Problem with VBD
Hi! $ xm create -n -f xmtest Using config file "xmtest". (vm (name testdomain) (memory 128) (image (linux (kernel /boot/vmlinuz-2.6.8-foo1-XenU) (ip :1.2.3.4:::tesmo:eth0:dhcp) (root ''/dev/xda1 ro'') (args 1) ) ) (device (vbd (uname phy:loop0) (dev xda1) (mode w))) (device (vif (mac
2005 Oct 10
13
[PATCH] 0/2 VCPU creation and allocation
I''ve put together two patches. The first introduces a new dom0_op, set_max_vcpus, which with an associated variable and a check in the VCPUOP handler fixes [1]bug 288. Also included is a new VCPUOP, VCPUOP_create, which handles all of the vcpu creation tasks and leaves initialization and unpausing to VCPUOP_initialize. The separation allows for build-time allocation of vcpus which
2005 Jun 15
1
My case: Suse 9.3 "kernel panic - not syncing: VFS
...ot similar error: "kernel panic - not syncing: VFS: Unable tomount root fs on unknown-block (3, 1)" This was fixed when I add to xen-config file this line: # Optional ramdisk. ramdisk = "/boot/initrd-xen" It might be commented out if you use the config file example "xmexample1". Noniko(hitsumabushi@jcom.home.ne.jp) _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2005 Nov 18
1
OSerror [err no 5] while booting
...to_sock(sock) File "/usr/lib/python/xen/util/console_client.py", line 44, in __send_to_sock data = os.read(0,1024) OSError: [Errno 5] Input/output error Body of code: ..... pid = fork(); if(pid == 0) { execl("/usr/sbin/xm","xm","create","xmexample1","-c",NULL) ; } ..... there is no waitpid() called, When I invoke waitpid() call, this error goes away. Kindly advise me on this. Thanks and Regards, Amit Kumar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists...
2005 Jun 30
0
[PATCH] Device model path cleanup
...in.gz >qemu-vgaram-bin install -m 755 qemu-vgaram-bin "$(DESTDIR)$(configdir)" diff -r 6d7608e00eb8 -r 5bde59907bba tools/examples/Makefile --- a/tools/examples/Makefile Thu Jun 30 18:41:11 2005 +++ b/tools/examples/Makefile Thu Jun 30 18:59:08 2005 @@ -13,8 +13,6 @@ XEN_CONFIGS += xmexample1 XEN_CONFIGS += xmexample2 XEN_CONFIGS += xmexample.vmx -XEN_CONFIGS += mem-map.sxp -XEN_CONFIGS += bochsrc # Xen script dir and scripts to go there. XEN_SCRIPT_DIR = /etc/xen/scripts @@ -23,10 +21,13 @@ XEN_SCRIPTS += block-file XEN_SCRIPTS += block-enbd +XEN_BOOT_DIR = /usr/lib/xen/boot...
2007 May 23
6
xm shutdown timeout
xend has a timeout such that if an ''xm shutdown'' request does not result in the domain shutting down within a certain time period, the domain is violently destroyed. This seems like a strange choice - if the domain isn''t responding properly to such requests, then it must be in a buggy state, and should surely be preserved for administrator action (dumping core,
2009 Aug 27
8
cannot boot PV guest
...s auto                      xend-config.sxp          xmexample.hvm F11.install               xend-pci-permissive.sxp  xmexample.hvm-stubdom qemu-ifup                 xend-pci-quirks.sxp      xmexample.nbd README                    xm-config.xml            xmexample.pv-grub README.incompatibilities  xmexample1               xmexample.vti scripts                   xmexample2 vm                        xmexample3 [root@HPCNL-SR-2 vm]# ls initrd.img.1  vmlinuz.1 [root@HPCNL-SR-2 xen]# xm create F11.install Using config file "./F11.install". Error: (2, ''Invalid kernel'', ''...
2008 Feb 07
6
Loading FreeBSD in an HVM-domain on Intel-based host with GRUB
Hello all, please tell me, is it possible (at least theoretically) to circumvent bug 622 [1] by using GRUB instead of /boot/loader to load FreeBSD kernel? Or it is silly idea: even if we bypass /boot/loader we will not be able to run FreeBSD kernel in a HVM-domain on a Intel-based host for some other reason? As far as I know, GRUB can''t load FreeBSD kernel directly, but only can
2007 Jan 17
4
Two problems with DomU reboot (cmdline, duplicate domains)
...on the next reboot it''s longer than the kernel supports, which usually breaks networking as the kernel seems to use the last "ip=" parameter which most probably is incomplete then. It also happens when I don''t specify networking there, using a config almost identical to xmexample1, after the first reboot: # cat /proc/cmdline root=/dev/sda1 ro root=/dev/sda1 ro root=/dev/sda1 ro 3 interesting that the "3" from the "extra" parameter is not doubled... 2) it happend twice so far (non-reproducable for me yet) that after a reboot I had the same DomU twice, us...
2005 Jan 13
2
Debian Sarge Root Raid + LVM + XEN install guide (LONG)
...ev/hdb1 /store reiserfs defaults 0 2 proc /proc proc defaults 0 0 Edit /etc/network/interfaces: auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp # exit # logout Create the config file for the new domain # cp /etc/xen/xmexample1 /etc/xen/mail Edit the file and change the name and disk parameters: name = mail disk = [ ''phy:xen/mail,hda1,w'', ''phy:xen/store,hdb1,w''] Unmount the target and format the store partition: # umount /target # apt-get install reiserfsprogs # mkfs.reiserfs /dev/x...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *