Displaying 17 results from an estimated 17 matches for "brederlow".
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...
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 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
2008 Apr 15
0
Processed: closing 476201
...an.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 message, stopping processing here.
Please contact me if you need assistance.
Debian bug tracking system administrator
(administrator, Debian Bugs database)
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
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
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,
2009 Nov 17
1
Bug#556859: Should not start xend on non xen systems
Package: xen-utils-common
Version: 3.4.2-1
Severity: important
Hi,
installing xen-utils-common on a non xen system fails with:
Installing new version of config file /etc/init.d/xend ...
Starting Xen daemons: xenfs failed!
invoke-rc.d: initscript xend, action "start" failed.
dpkg: error processing xen-utils-common (--configure):
subprocess installed post-installation script returned
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
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 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 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 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
2008 Feb 26
0
Managing page tables question
Hi,
I''m wondering what the best way is to manage page tables for my own
toy OS. I''m working with xen on amd64 so I have 64bit address space
and 4 levels of page tables (L4 -> L3 -> L2 -> L1 -> page) with 512
entries each.
Now here is the problem:
- to change a page table entry I need the machine frame number
- the machine frame number is stored in the page table