Displaying 6 results from an estimated 6 matches for "xenkopt".
2007 Nov 03
4
Problems exporting a PCI device to a domU...
...uname -a
Linux xenmeister 2.6.18-5-xen-vserver-686 #1 SMP Wed Oct 3 04:36:02
UTC 2007 i686 GNU/Linux
xenmeister:~# lspci | grep AVM
00:06.0 Network controller: AVM Audiovisuelles MKTG & Computer System
GmbH A1 ISDN [Fritz] (rev 02)
xenmeister:~# cat /boot/grub/menu.lst | grep 00:06.0
# xenkopt=console=tty0 pciback.hide=(00:06.0)
module /boot/vmlinuz-2.6.18-5-xen-vserver-686 root=/dev/md0 ro
console=tty0 pciback.hide=(00:06.0)
xenmeister:~# lsmod
Module Size Used by
xt_tcpudp 3904 4
xt_physdev 3792 8
iptable_filter 3872 1
ip_ta...
2007 Nov 28
1
network-bridge does not create veth or peth devices
...-rc.d xend defaults 20 21
update-rc.d xendomains defaults 21 20
nano -w /boot/grub/menu.lst
# edited the following:
## Xen hypervisor options to use with the default Xen boot option
# xenhopt=dom0_mem=512M com1=9600,8n1 vcpus=1
## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0 maxcpus=1 console=ttyS0,9600n8
update-grub
-----
after a reboot everything looks just fine, except:
ifconfig shows only a xenbr0, no peth or veth.. The network works,
creating a guest with xen-tools works, however the bridging is weird:
-----
$brctl show
bridge name bridge id...
2007 Nov 28
0
[Fwd: Re: network-bridge does not create veth or peth devices]
...;> nano -w /boot/grub/menu.lst
>> # edited the following:
>>
>> ## Xen hypervisor options to use with the default Xen boot option
>> # xenhopt=dom0_mem=512M com1=9600,8n1 vcpus=1
>> ## Xen Linux kernel options to use with the default Xen boot option
>> # xenkopt=console=tty0 maxcpus=1 console=ttyS0,9600n8
>>
>> update-grub
>> -----
>>
>> after a reboot everything looks just fine, except:
>>
>> ifconfig shows only a xenbr0, no peth or veth.. The network works, creating
>> a guest with xen-tools works, ho...
2013 Nov 30
7
[xen-unstable test] 22184: regressions - trouble: broken/fail/pass
flight 22184 xen-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/22184/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-amd64-xl-qemuu-winxpsp3 7 windows-install fail REGR. vs. 22106
test-amd64-i386-xl-win7-amd64 9 guest-localmigrate fail REGR. vs. 22106
Regressions which are regarded as
2008 Nov 14
9
Connect to Xen console
hi,
I''m new on this list and i need help from experienced users to give
andswer for some questions.
I sen up a dom0 (debian) and would like it to be very minimalist, just
xen tools, some gnu utils and other usefull utilities. This dom0 will
be used to virtualize many hvm OS like windows and some other *nix
paravirtualized. Till there are no problem to view/connect to console
of paravirt
2008 May 20
3
xen "vga=" console mode set in ubuntu /boot/grub/menu.lst is ignored
...t;>
>> http://slackware.osuosl.org/slackware-3.3/docs/linux-2.0.30/svga.txt
>>
>> i edit "/boot/grub/menu.lst" to
>>
>> ### BEGIN AUTOMAGIC KERNELS LIST
>> ...
>> # xenhopt=dom0_mem=512M noirqdebug vga=775
>> # xenkopt=max_loop=64 console=tty0 console=ttyS0,115200n8
>> ...
>>
>> then, a subsequent
>>
>> update-grub
>>
>> re-generates "/boot/grub/menu.lst" to contain,
>>
>> title Xen 3.2 / Ubuntu 8.04, kernel 2.6.24-16-xen
&...