similar to: Bug#556859: Should not start xend on non xen systems

Displaying 20 results from an estimated 800 matches similar to: "Bug#556859: Should not start xend on non xen systems"

2007 Sep 23
9
Confused about start of day setup
Hi, I hope I''m right here. If not then please point me in the right direction. My problem in short: I have problems using (pinning, mmu_update) physical pages from 0x900000 to 0xB1000 usualy. I''m writing my own little amd64 64bit toy kernel (based on Mini-OS as starting point) for xen and I run into problems with the way the start of day sets up the physical pages. My kernel
2008 Feb 24
7
Using SYSCALL/SYSRET with a minios kernel
Hi, I''m trying to use the SYSCALL/SYSRET opcodes with a minios kernel without much success. Going by the manuals (and linux sources) I first have to setup the STAR and LSTAR registers to define the segment and instruction pointer to be used for SYSCALL: /* * LSTAR and STAR live in a bit strange symbiosis. * They both write to the same internal register. STAR allows
2006 Mar 15
1
Building a custom kernel-image.deb
Hi, maybe I'm missing something fundamental but I can't seem to be able to build a custom kernel-image.deb for xen. I was able to build the linux-2.6 with xen images from the repository and build a vmlinux file using the directions from upstream Xen. But I've had no luck with make-kpkg. Can anyone give me some hints? MfG Goswin
2006 Apr 27
1
Xen capable linux-tree-2.6.16 deb?
Hi, has anyone build a linux-2.6.16 deb that can be used to compile xen? The default unstable package does not seem to have any xen patches included, only the /debian/arch/amd64/xen dir for the .config files. MfG Goswin
2009 Nov 19
1
Bug#557151: /etc/init.d/xend: xend does not start with non pvops kernel
Package: xen-utils-common Version: 3.4.2-1 Severity: important File: /etc/init.d/xend Tags: patch Hello, /etc/init.d/xend assume xenfs is present and doesn't start xend if not. This dirty patch makes xend start and XEN being operationnal with old flavour xen kernels. I use 2.6.31.5 with forwarded ported Xen 2.6.18 dom0 kernel patch but it should work with debian's 2.6.26 ---
2007 Sep 25
1
Bug#444000: Wrong path for dump files
Package: xen-3 Version: 3.1-2 Severity: normal Hi, when a domain crashed and enable-dump is yes then the wrong path is tried to dump core: ERROR Internal error: Could not open corefile /var/xen/dump/2007-0925-1045.08-Moose.11.core (2 = No such file or directory) MfG Goswin -- System Information: Debian Release: 4.0 APT prefers stable-security APT policy: (1001,
2010 Apr 14
0
Processed: submitter 252771, submitter 268152, submitter 312829, submitter 418048, submitter 436960 ...
Processing commands for control at bugs.debian.org: > submitter 252771 Goswin von Brederlow <goswin-v-b at web.de> Bug #252771 [bsign] FTBFS: wrong architecture Changed Bug submitter to 'Goswin von Brederlow <goswin-v-b at web.de>' from 'Goswin von Brederlow <brederlo at informatik.uni-tuebingen.de>' > submitter 268152 Goswin von Brederlow <goswin-v-b at
2006 Oct 13
1
e2defrag - Unable to allocate buffer for inode priorities
Hi, first of all, apologies if this isn't the right mailing list but it was the best I could find. If you know a better mailing list, please tell me. Today I tried to defrag one of my filesystems. It's a 3.5T large filesystem that has 6 software-raids in the bottom and then merged together using lvm. I was running ext3 but removed the journal flag with thor:~# tune2fs -O ^has_journal
2007 Sep 25
2
Hypervisor kernel confusion
I''m a bit confused about the kernel used by the Xen hypervisor. I''ve just installed a 30 day trial of XenSource''s Enterprise edition software on a Sun Fire 4600. It was my understanding that it would install a 64 bit hypervisor, however, upon running uname -a on my machine, I am told that I am running a i686 kernel. Did I miss something? How does one use a 64 bit
2007 Sep 27
5
Share of disks in read only between dom0 and domU.
Hello ! Because of a special config of my grub boot system, i try to export in a domU, in read only mode, one of my disk partition mounted in the dom0 (in RW) and i don''t succeed because xen refuse to export this disk partition in a domU. extract of the conf : disk = [ ''phy:/dev/sda,ioemu:hda,r'' , ''phy:/dev/sda6,ioemu:sda6,r]'' ,
2007 Apr 28
4
Status of frequency scaling
Hi! I would like to know the status of the frequency scaling in XEN. I found a web site saying that XEN doesn’t work with frequency scaling, at the other hand I found some fixes for powernow-k8 to get rid of some messages. I have an AMD64. powerno-k8 works find with non-XEN kernels, but with XEN-kernels I get the error: powernow-k8: Found 1 AMD Athlon(tm) 64 Processor 3400+ processors
2008 Apr 15
0
Processed: closing 476201
Processing commands for control at bugs.debian.org: > # Automatically generated email from bts, devscripts version 2.9.26 > close 476201 3.2.0-5 Bug#476201: Fails to start 'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing. Bug marked as fixed in version 3.2.0-5, send any further explanations to Goswin von Brederlow <goswin-v-b at web.de> > End of
2002 Apr 11
4
rsync and debian -- summary of issues
There seems to be a thread about rsync and Debian packages every couple of months. I've written up a document which tries to cover all of the questions and debates. It's pretty informal, but hopefully will be useful. http://rsync.samba.org/rsync-and-debian/ I'd appreciate comments. -- Martin
2008 Apr 21
1
Bug#477237: xen-utils-common: typo in /etc/xen/xend-config.sxp for xmlrpc configuration
Package: xen-utils-common Version: 3.2.0-1~bpo4+1 Severity: minor I use the version from backports, but it's still present in sid. In /etc/xen/xend-config-sxp : #(xen-tcp-xmlrpc-server-address 'localhost') #(xen-tcp-xmlrpc-server-port 8006) should be #(xend-tcp-xmlrpc-server-address 'localhost') #(xend-tcp-xmlrpc-server-port 8006) Small typo in a commented line, but
2008 Apr 14
0
Bug#476201: Fails to start
Package: xen-utils-3.2-1 Severity: normal Starting xend in sid from today gives: Starting XEN control daemon: xendTraceback (most recent call last): File "/usr/lib/xen-default/bin/xend", line 38, in <module> from xen.xend.server import SrvDaemon File "/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/server/SrvDaemon.py", line 20, in <module> import
2007 Sep 25
0
Bug#443963: Missing executable flag when debian/control needs changes
Package: xen-3 Version: 3.1.0-2 Severity: minor Hi, when I build xen-3 for etch I get the following error: mrvn at book:~/src/xen/xen-3-3.1.0% debuild -us -uc -sa fakeroot debian/rules clean if [ -f debian/control ] && [ -f debian/control.md5sum ] && [ -f debian/rules.gen ]; then \ if md5sum debian/changelog debian/templates/control.hypervisor.in
2007 May 04
1
IPath infiniband support (PCI_MSI conflicts with XEN)
Hi, I''m trying to use a QLogic ipath infiniband card with xen. Unfortunately the ipath driver requires PCI_MSI and PCI_MSI conflicts with xen. Does anyone know the reason for that conflict or how hard it would be to make it work? MfG Goswin _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2007 Sep 26
2
Do I need a xenU initrd image?
Hi, I just created a Xen domU using http to install over the network. How do I now restart the domU and use the installed OS? I gather I need a initrd image to boot my guest. I''ve found bits and pieces of answers to my question referring to mkinitrd, but none seem to work. I am running Scientific Linux 5. Thanks in advance, Cam _______________________________________________
2006 Jun 19
1
linux patch package
Hello, I am trying to install xen in a debian box. I have installed your packages for etch version. In that package, in the documentation, in the README.Debian.gz file, you say: "...The only thing we can give you is the patch, which is included in the linux-patch-xen package. You are expected to install this package, download a 2.6.12 kernel from kernel.org (this is the version supported
2007 Jan 11
1
linux-image-2.6.18-3-xen-686 on Etch with custom config?
Hi, I'd like to build a version of linux-image-2.6.18-3-xen-686 on Etch with a custom config. To do similar in the past I've used the linux-source-* packages but I don't see any for Xen. Is there a guide or other docs as to how this should be done with the -xen kernels? Alternatively, is there a patch anywhere against linux-source-2.6.18? Cheers, Andy -------------- next part