search for: serial_device

Displaying 5 results from an estimated 5 matches for "serial_device".

2006 May 18
1
RE: [PATCH] - make qemu serial summagraphics settings a bitmore fluid
Ben- I like the idea but I don''t understand how this patch can work: 1) You never put a name into `serial_devices[]'' for the summa port. The loop in `main'' that initializes the serial devices only calls `qemu_chr_open'' if there''s a string name in `serial_devices''. How did you get this to work? 2) Minor point, I don''t see the need for the `serial_summa...
2011 Feb 10
7
upgrade leny-squeeze, xen3.2-xen4.0, what''s wrong?
...r` initrd = /boot/initrd.img-`uname -r` arch = amd64 mirror = `xt-guess-suite-and-mirror --mirror` ext4_options = noatime,nodiratime,errors=remount-ro ext2_options = noatime,nodiratime,errors=remount-ro xfs_options = defaults reiserfs_options = defaults btrfs_options = defaults # serial_device = hvc0 #default # serial_device = tty1 # # disk_device = xvda #default # disk_device = sda then I run as usual: xen-create-image --hostname mail1 --ip 172.16.10.154 --vcpus 4 --role udev --dist squeeze at the end of domU creation I run xm console mail1 but here is what I see: Begin: Waiting for...
2023 Jan 23
1
Attach a GPS in preboot mode
...vendor id='0x"$( \|| ||?? ???? ??? ??? ?echo 091e \|| ||?? ???? ??? ??? )"'/> \|| ||?? ???? ??? ??? <product id='0x"$( \|| ||?? ???? ??? ??? ?echo 28db \|| ||?? ???? ??? ??? )"'/> \|| ||?? ???? ??? </target> \|| ||?? ???? </serial>" > serial_device.xml|| ||virsh attach-device vm-bullseye --file serial_device.xml &|| ||...| But once attached, this is what I see in the XML configuration of my VM (from *virt-manager*) : |<serial type="dev">|| ||? <source path="/dev/ttyUSB1"/>|| ||? <target type="usb...
2010 May 18
1
which kernel images should be used to boot first time a DomU CentOS on a Debian Dom0 for
...nstall and initrd-xen-install and placed both above in /boot http://mirrors.kernel.org/centos/5.5/os/x86_64/images/xen/ and then in /etc/xen-tools/xen-tools.conf install-method = rinse dist = centos-5 image = sparse kernel = /boot/vmlinuz-xen-install initrd = /boot/initrd-xen-install serial_device = hvc0 disk_device = xvda copied a CentOS 5.5 ISO dd if=/dev/cdrom of=/root/centos.iso mount -t iso9660 -o loop /root/centos.iso /root/inscd then gave following command xen-create-image --hostname new_centOS --ip 172.21.100.196 --install-method rinse --force --arch=amd64 --install-source=/root/...
2013 Apr 30
5
Unaible to create DomU Guest
...t/vmlinuz-`uname -r` initrd = /boot/initrd.img-`uname -r` mirror = `xt-guess-suite-and-mirror --mirror` ext3_options     = noatime,nodiratime,errors=remount-ro ext2_options     = noatime,nodiratime,errors=remount-ro xfs_options      = defaults reiserfs_options = defaults btrfs_options    = defaults serial_device = hvc0 #default disk_device = xvda #default I ''ve created my virtual machines : root@debian:/home/dorian# xen-create-image --hostname=Marie-DHCP --ip=192.168.1.3 --passwd --force General Information -------------------- Hostname : Marie-DHCP Distribution : squeeze Mirro...