Displaying 20 results from an estimated 2000 matches similar to: "xenoutil patch 1.643 in bk rep"
2003 Dec 09
2
modules and hypercall
Hello,
I''m trying to write a module to play with hypercall. So I wrote the following
module:
-------------------------xvifgetinfo.c----------------
/*
* xvifgetinfo.c
*
* The routines in this file are used to get information about virtual
* network interface provide by Xen.
*
*/
#include <linux/module.h>
#include <linux/init.h>
#include <linux/kernel.h>
2003 Dec 09
2
build glitches
I hit problems building the tools for both xen-1.1 and xen-1.2-devel.
For xen-1.1, the vmm and linux built fine, but the tools failed with something
called ''ant''. ant -v says ''Apache Ant version 1.5.3 compiled on April 9 2003''
ant -buildfile build-cmdline.xml dist
Buildfile: build-cmdline.xml
BUILD FAILED
java.lang.VerifyError: verification failed at PC
2005 Feb 05
17
debian python-install.patch (3 of 5)
Name: python-install.patch
Description: Use --root instead of --home
--home causes python''s distutils to install into /usr/lib/python/, while
--root causes it to install into /usr/lib/python$ver/site-packages, which
is the more correct location.
Signed-off-by: Adam Heath <doogie@brainfood.com>
DiffStat:
tools/python/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2
2005 Mar 20
3
Adding dsmark qdisc fails
I''m trying to configure dsmark qdisc on 2.6.11.4 user mode linux and
tc from iproute2-2.6.11-050314.
I think I have some mismatch in my setup since adding dsmark qdisc
fails *unless* I specify "set_tc_index" argument which I believe should
be optional:
# tc qdisc add dev eth1 handle 1:0 root dsmark indices 8
RTNETLINK answers: Invalid argument
Mar 20 13:00:50 user user.debug
2003 Nov 28
3
Problem to boot Xenolinux.
Hi,
I am trying to install Xen/Xenolinux v1.1 on my workstation which has 2
SCSI disks. The first disk has WinXP installed, and the second disk has
Redhat 8.0. I copied the images into /boot and modified grub.conf
accordingly:
title Xen / XenoLinux 2.4.22
root (hd1,0)
kernel /xen.gz dom0_mem=131072 ser_baud=115200 noht noreboot
module /xenolinux.gz root=/dev/sdb2 ro
2003 Dec 07
3
unclean file system
Hey everyone,
Thanks for the quick help resonses once again,
We got some mail saying that RAM disks were not the way to go. So we
re-installed, made several partitions to use, and rebuilt xen. However,
we''re still having trouble mounting partitions when xeno-linux boots.
We give a physical grant of one of our newly made paritions (/dev/hda14 in
particular) to the domain. But when
2001 Dec 06
4
move rsync development tree to BitKeeper?
Andrew and I thought it might be an interesting experiment to move
rsync to using BitKeeper rather than CVS for source code control.
For a project with rsync's size and activity CVS is actually fine, but
it would be a nice "toe in the water" with BitKeeper to get some
practical experience before possibly using it on larger projects. BK
is moderately well-proven on open source
2003 Dec 01
1
Linus "praise" for Xen
http://www.kerneltraffic.org/kernel-traffic/kt20031201_243.html
--- Relevant section ---
Nuno Silva mentioned:
The good people at Cambridge made a (very nice) VMM that exploits
ring0/1/3 to let one machine run various kernels independently (the
kernels need to be ported to the xen arch).
Xen itself executes in ring0 and the "guest" operating systems
execute in ring1.
2003 Jun 14
0
2.5-klibc BK tree updated
It's now in sync with 2.5.71.
bk://klibc.bkbits.net/2.5-klibc
<b
2003 Nov 28
0
BK tree is in sync again
I've updated the BK klibc tree to reflect all of the recent flurry of
activity. Complete CVS change history is preserved.
http://klibc.bkbits.net/klibc
<b
2003 Dec 10
1
pcnet32 and copybreak condition
The main modifications in the PCnet32 ethernet driver seems to be macro that
test if COPYBREAK is define. I notice that for network driver which were written
for Xen the main modifications was around the copybreak and also some
adjustments with include files. Is it true if I say that the port of network
device from Linux to Xen is quite "easy" and that the majority of the
modifications
2002 Jan 07
0
migration to BitKeeper
If you only run released (rather than development) versions of rsync
then you can skip this message.
rsync's source tree has been converted from CVS to BitKeeper. This message
contains brief instructions for people who want to track development or
make contributions. I think it should take about 30-60 minutes to get
started with BK. I hope you will agree that it is worthwhile.
First
2003 Oct 13
4
iptables nat redirect
I''m trying to do a nat redirect (traffic redirected from a router, not
originally for the machine). I can see the network traffic, but the
iptable rules do not appear to do anything. Is this possible on a
virtual domain, and if not what needs to be done?
-Jeff
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
2003 Oct 05
1
kbuild improvements for klibc
Hi all.
I have pushed my earlier announced kbuild improvements patch to:
bk://linux-sam.bkbits.net/2.5-klibc
First cset is the earlier posted cset, whit a few small modifications.
One important change is that the usr/Makefile now uses *.a files
in initramfs-y assignment. I realised that the purpose was to express
what kinit were using / referring.
Second cset is a trivial cset that just move
2011 Jul 14
1
Rails with BitKeeper
Hi,
I''m currently writing a Rails app, in a repository controlled by
BitKeeper.
BitKeeper creates files, in the sub-directories it controls, so for
source file yyy.zzz in Directory XXX it saves a file called
s.yyy.zzz in subdirectory XXX/SCCS.
When these files are created in config/initializers, rails tries to
load them when it is run (as they retain the .rb extension).
So my question
2010 Sep 18
1
find bug:syslinux.exe
hi
I am a syslinux user, but no developer, so I don't subscribe syslinux
mail list. I just report a bug, no more information.
bug file:
syslinux.exe
source:
win\syslinux.c
in function FixMBR:
==========================
BOOL FixMBR(int driveNum, int partitionNum, int write_mbr, int set_active)
{
BOOL result = TRUE;
HANDLE drive;
char driveName[128];
sprintf(driveName,
2003 Nov 10
0
Xeno-HOWTO
I''ve just finished Xeno-HOWTO which contains a detailed
list of instructions on how to setting up Xen and XenoLinux,
from downloading Bitkeeper, compilation of Xen, XenoLinux,
tools to configuration, start and stop of new domains.
A complete version has just been pushed in xeno.bk and
xeno-1.1.bk in our Laboratory. A partital version is already
available in
2004 Dec 09
1
Xen source code for IA-64
Hi Xen people,
I can read in the Xen 3.0 Roadmap that "A port to IA64 is making good
progress".
I have found nothing about IA-64 support in the "bk://xen.bkbits.net/xeno-unstable.bk" repository.
Could you tell if an advanced version for IA-64 is available and where the
source files can downloaded from ?
Regards
Jean-Paul Pigache
2003 Jun 09
1
klibc integration status
Hi, Greg -
I have a 2.5.70 BK repository, with klibc integrated, at:
bk://klibc.bkbits.net/2.5-klibc
This repo has the following features:
* Completely up-to-date w.r.t. klibc itself.
* Kbuild sort of happy, but still needs an eyeball from Kai to
figure out why it always rebuilds everything in usr/.
* Supports both IP autoconfig and NFS root from initramfs.
2003 May 25
2
klibc.bkbits.net is up
There are two hosted BitKeeper repos:
klibc is a BK clone of the klibc CVS tree
2.5-klibc is my attempts to integrate klibc into the kernel
If you want commit access to either repo, send me an ssh1 public key.
<b