Displaying 20 results from an estimated 700 matches similar to: "Howto make a 2.6.26 kernel for my domUs"
2008 Feb 01
3
No peth interface for xenbr4 and xenbr5
Hello all,
I have a Xen server with 6 network interfaces, I want a bridge on
all of them.
I use a personal network script like this :
#!/bin/bash
dir=$(dirname "$0")
"$dir/network-bridge" "$@" vifnum=0 netdev=eth0 bridge=xenbr0
"$dir/network-bridge" "$@" vifnum=1 netdev=eth1 bridge=xenbr1
"$dir/network-bridge" "$@"
2008 Jul 22
3
UPS (Power) Monitoring on dom0...
Hi All,
I have a USB-HID compatible UPS which is connected to my dom0 (CentOS
5.1) which is being monitored. I have a bunch of domU''s of various
OS''es, and was wondering if anyone has a solution to send the "state"
of the UPS to the domU''s (read-only). I''d like that in the event of a
power-outage and the UPS''s batteries are low that before
2009 Mar 26
3
Install Zimbra on a Xen DomU
Hello,
I''ve got a big problem when I try to install Zimbra on a xen debian
etch vm.
Eeek! page_mapcount(page) went negative! (-1)
page pfn = 7141
page->flags = 4000083c
page->count = 2
page->mapping = cd946510
vma->vm_ops = 0x0
------------[ cut here ]------------
kernel BUG at mm/rmap.c:669!
invalid opcode: 0000 [#1] SMP
Pid: 7717, comm: java Not tainted
2008 Oct 21
1
Howto make a domU 2.4.27 kernel ?
Hello,
I have to virtualize an old physical server who turn an a Debian
Sarge with a 2.4.27-3-686-smp kernel with applications compiled with
this kernel. My Xen Server is a Debian Etch Dom0 2.6.18.8 with Xen 3.1.4.
So I wants to know how compile a 2.4.27 kernel for virtualize this
machine.
Thanks for your help
--
''''~``
2009 Jan 11
0
network-bridge status something strange
Hello,
I have got something strange when I done a
/etc/xen/scripts/network-bridge status :
201: eth0: <BROADCAST,MULTICAST,UP,10000> mtu 1500 qdisc pfifo_fast qlen
1000
link/ether 00:15:17:8d:cb:1c brd ff:ff:ff:ff:ff:ff
And when I done a /etc/xen/scripts/network-bridge I have got this :
Link veth0
1 is missing.
This may be because you have reached the limit of the number of
2008 Oct 13
0
Error: (28, ''No space left on device
Hello,
I have a little problem with my Xen server.
Friday, I done a xm destroy on a Windows XP vm. But now when I want to
start this vm I have this error :
Error: (28, ''No space left on device, while writing
/vm/58c0159f-19c9-5e94-1ae7-eebd4205d520/image/cmdline : '')
so I done this :
xenstore-control check
I use this script to dump the tdb :
2008 Jul 22
11
Windows 2000 DomU
Hello,
I am doing tests to convert old rotting servers into a big shiny new Xen
platform. I have been able to migrate a Windows 2003 server without a
scratch. I am trying to do the same thing with Windows 2000 Server but
things aren''t so great...
I made an image from the disk that worked in a machine. Then I boot on this
image using Xen. Windows 2000 starts to boot up then give me a
2011 Mar 29
7
Where to get a newer xen dom0 kernel?
Dear List,
I have problems using Xen dom0 Kernel including the IMA Kernel Module
(Linux Integrity Measurement - http://linux-ima.sourceforge.net/)
The IMA supports only kernel > 2.6.32 and I dont know how to find and build
a Xen dom0 kernel in version greater or equal than 2.6.32.
There is just kernel 2.6.18-xen in the Mercurial repository which is
normally used
during the standard
2011 Mar 29
7
Where to get a newer xen dom0 kernel?
Dear List,
I have problems using Xen dom0 Kernel including the IMA Kernel Module
(Linux Integrity Measurement - http://linux-ima.sourceforge.net/)
The IMA supports only kernel > 2.6.32 and I dont know how to find and build
a Xen dom0 kernel in version greater or equal than 2.6.32.
There is just kernel 2.6.18-xen in the Mercurial repository which is
normally used
during the standard
2009 Sep 20
3
OpenBSD guest QEMU
Hi,
I''m running OpenBSD 4.5 as HVM guest. Here is part of my .cfg file:
kernel = ''/usr/lib/xen-3.2-1/boot/hvmloader''
device_model = ''/usr/lib64/xen-3.2-1/bin/qemu-dm''
builder = ''hvm''
It is running fine with vnc, but when I ssh to openbsd, and I type cat, vi,
etc. it freezes.
Any ideas?
Thanks in advance.
--
Sergio Roberto Charpinel
2010 Sep 08
2
How to add a new NIC to a VM ?
Hi all,
I added a 2nd line vif = [''....''] to my config file but no NIC was added to
the VM
Thanks in advance for any help !
Yassine
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2009 May 05
5
gentoo
Can anyne link to a working gentoo image
I find one on jailtime but faile on boot
Unable to mount
Give mi kernel panic
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2006 Mar 09
1
Deadtime parameter questsion
Hello samba gurus !
I'm using samba 3.0.21c on AIX 5.3 box .
I've specified deadtime=15 in my smb.conf file and I'm expecting that
inactive sessions ( has no open files ) will be
closed after 15 minutes . I'm connecting to samba from my PC
( win2000 ) , minimizing the window and waiting
15 minutes ... but nothing happens - smbd opened by my connection is
still running , window
2008 Feb 21
4
[PATCH 0/2] xen pvfb: Para-virtual framebuffer, keyboard and pointer
This is a pair of Xen para-virtual frontend device drivers:
drivers/video/xen-fbfront.c provides a framebuffer, and
drivers/input/xen-kbdfront provides keyboard and mouse.
The backends run in dom0 user space.
I started with the Xen version at
http://xenbits.xensource.com/linux-2.6.18-xen.hg?rev/ca05cf1a9bdc
Differences to that Xen version, for those who care:
* Rewritten on top of fb deferred
2008 Feb 21
4
[PATCH 0/2] xen pvfb: Para-virtual framebuffer, keyboard and pointer
This is a pair of Xen para-virtual frontend device drivers:
drivers/video/xen-fbfront.c provides a framebuffer, and
drivers/input/xen-kbdfront provides keyboard and mouse.
The backends run in dom0 user space.
I started with the Xen version at
http://xenbits.xensource.com/linux-2.6.18-xen.hg?rev/ca05cf1a9bdc
Differences to that Xen version, for those who care:
* Rewritten on top of fb deferred
2008 Feb 21
4
[PATCH 0/2] xen pvfb: Para-virtual framebuffer, keyboard and pointer
This is a pair of Xen para-virtual frontend device drivers:
drivers/video/xen-fbfront.c provides a framebuffer, and
drivers/input/xen-kbdfront provides keyboard and mouse.
The backends run in dom0 user space.
I started with the Xen version at
http://xenbits.xensource.com/linux-2.6.18-xen.hg?rev/ca05cf1a9bdc
Differences to that Xen version, for those who care:
* Rewritten on top of fb deferred
2012 Apr 17
2
Building RPM, Unknown tag Licence & Copyright
Hi all,
When trying to rpmbuild
http://robert.cheramy.net/ipfm/browser/trunk/redhat/ipfm.spec, I do this:
[mihamina at centos6-01 redhat]$ rpmbuild -ba ipfm.spec
error: line 5: Unknown tag: Licence: GPL
And I get the error above.
[mihamina at centos6-01 redhat]$ head -n 5 ipfm.spec
Summary: IP Flow Meter is a bandwidth analysis tool
Name: ipfm
Version: 0.12.0rc1
Release:
2009 Sep 14
4
How do you add 2 NIC in Xen Guest or domU
Hi,
Can i use 2 or 3 NIC''s in paravirtualized or fully virtualized guest or
domU?
________________________________________Disclaimer:
This email and any attachments may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately by email and destroy this email. Any unauthorized
2007 May 08
1
Need an working examples
Hi,
Can you please provide me with an working example of clustering in R
(not very complicated) and with an example of survey in R.
We would appreciate this very much. We need them as soon as possible.
Thanks and Regards,
Aurel Razvan Duica
Programming SME
Infra Integration
DeVelopment Center of Choice, Cyprus
+357-25-886298 (Desk)
+357-25-886220 (Fax)
AMDOCS > INTEGRATED CUSTOMER
2009 Aug 17
2
Building and Installing Xen 4.3 in Fedora11
HI there,
I am using a Dell PowerEdge 2970 with following specs:2 x AMD Dual Core Opteron processors, 2GHz, 2 MB L2 Cache.8 GB RAM (4 x 2 GB)4 x 146 GB Hard DisksDual Port Gigabit Ethernet NIC10 Gbps PCI EthernetFedora 11 operating system installed.What I want here is Building and Installing Xen 4.3 in Fedora 11. for this I followed the following steps