Displaying 20 results from an estimated 2000 matches similar to: "Make mkpatches fails in tip of xen-unstable; solution suggested"
2006 May 09
0
[PATCH] build: make linux download more flexible
Hi,
Here is an updated version of this patch for xen-unstable.hg 9960.
Please consider it for inclusion.
--
Horms http://www.vergenet.net/~horms/
build: make linux download more flexible
* Allow LINUX_REPO to specify the URL of the repository for the linux kernel,
- Defaults is: http://www.kernel.org/pub/linux/kernel/
* Allow LINUX_REPO to be
2007 Dec 13
0
Re: [Xen-changelog] [linux-2.6.18-xen] xen: make gntdev code configurable
Hi,
Looks like this patch broke automated builds due to a lack of a matching
line in the defconfigs. Below is a patch that makes this a module for
xen and xen0, unconfigured for xenU. That might not be the best thing
here however.
Thanks
kurt
Signed-off-by: Kurt Hackel <kurt.hackel@oracle.com>
=====================================================
diff -r cd744c5ec950
2009 Jan 04
1
How to compile Kernel with pciback.hide
Hi,
next step,
# dmesg | grep pciback
Bootdata ok (command line is root=/dev/sda2 ro console=tty0
pciback.hide=(0000:02:05.0)(0000:02:06.0)(0000:02:07.0)(0000:02:08.0)(0000:02:09.0)
)
Kernel command line: root=/dev/sda2 ro console=tty0
pciback.hide=(0000:02:05.0)(0000:02:06.0)(0000:02:07.0)(0000:02:08.0)(0000:02:09.0)
Unknown boot option
2006 Jul 28
6
[PATCH] ia64 buildconfig update
Hi Keir,
This patch updates the ia64 buildconfigs, enabling pcifront for all
kernels and pciback for -xen and -xen0. Thanks,
Alex
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
---
diff -r 4833dc75ce4d buildconfigs/linux-defconfig_xen0_ia64
--- a/buildconfigs/linux-defconfig_xen0_ia64 Fri Jul 28 17:52:57 2006 +0100
+++ b/buildconfigs/linux-defconfig_xen0_ia64 Fri Jul 28
2006 Aug 02
2
[PATCH 1/6] scsifront/back drivers'' common Makefile and header
# HG changeset patch
# User fujita.tomonori@lab.ntt.co.jp
# Node ID 7111077b493ea53ef055ce38098f8af67f87d749
# Parent ed8d345449c176cb5fe0ccff4299da782eb63c08
SCSI frontend and backend drivers'' common Makefile and header
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
diff -r ed8d345449c1 -r 7111077b493e buildconfigs/linux-defconfig_xen0_x86_32
---
2007 Apr 18
0
customize xen kernel with rpmbuild
Hello
I try to customize the name of my kernel.
I use the rpm source on the download page for the RHEL4.4 and I would like to differenciate the domO and the domU.
cd /usr/src/redhat
rpmbuild -ba SPEC/myspec.spec
In the spec file I tested to change ''%define kernelvariant xen'' to ''%define kernelvariant xenHAHAHA''
or other variables with no success
At the
2005 Dec 19
0
RE: [PATCH]Allow different config file for xenlinux on samearch
Hi, Keir,
Any comments upon following patch? ;-) We need it to further check in a specific configuration file (likely xen0_defconfig_ia64tiger) later to run xen on IA64 tiger box. Currently we have no generic one for all IA64 boxes. Let''s know if better way to do it. Currently custom with tiger box can only get that file out of the tree.
Thanks,
Kevin
>-----Original Message-----
2007 Mar 13
4
Object sync problem
Hi,
Sorry to hassle everyone again, yes I''m a newbie!!
I''ve created some code and I''m getting a out of sync style error message.
Here''s a snipet of the code (to reproduce the problem):
package { [ "tar", "gzip", "bzip2", "sed" ]:
ensure => latest
}
define xxx {
$xenrelease = ''3.0.4''
2010 Jan 15
1
[LLVMdev] mkpatch
The document: http://llvm.org/docs/DeveloperPolicy.html refers to using utils/mkpatch.
However when using mkpatch it complains about directories no longer under version
control. Specifically directories lib/Debugger and win32 in mkpatch's source line:
svn diff -x -u >> "$NAME".patch.raw 2>&1 \
autoconf docs utils include lib/System lib/Support lib/VMCore
2008 Jul 02
3
Error compiling xen 3.2.1 on ubuntu hardy
I downloaded xen-3.2.1.tar.gz from xen.org, installed all dependencies and
make world on ubuntu hardy. It compiles fine until the errors below....
------------------------------------------------------
...
...
install -m0644 -p include/public/foreign/*.h
/usr/local/src/xen-3.2.1/dist/install/usr/include/xen/foreign
install -m0644 -p include/public/COPYING
2008 Jul 17
2
compile xen 3.2.1 problem
Hi,all,
when I download xen3.2.1 source code from this url:
http://bits.xensource.com/oss-xen/release/3.2.1/xen-3.2.1.tar.gz
then I want compile it on my Debian testing(kernel 2.6.24-1-686)
when I run this command to compile xen0''s kernel,
#make linux-2.6-xen-config CONFIGMODE=menuconfig
make -f buildconfigs/mk.linux-2.6-xen config
make[1]: Entering directory
2002 Apr 05
2
Bug in all versions of OpenSSH
Hi,
I found a bug in all versions of SSH. I'll give you an example when the
bug occurs. When I connect to a remote computer using 'ssh
user at host.somewhere.in.th.net.com /bin/bash' (or /bin/tcsh) I log into
the remote computer and SSHD doesn't log this in wtmp,utmp,secure and
lastlog. It's *only* visible in /var/log/messages. That's all I want to
tell You. I hope
2010 Oct 05
3
[LLVMdev] problems configuring LLVM with gold plugin
When I build LLVM 2.6 after configuring it with the
--with-binutils-include option so it points to the gold plugin
src/include directory, I get the errors below. I used "cvs -z 9 -d
:pserver:anoncvs at sourceware.org:/cvs/src co src" to check out the
gold-plugin, as is documented on llvm.org.
--------------------------
make[2]: Entering directory
2010 Jan 16
1
[LLVMdev] mkpatch patch
I've included a patch which does not remove mkpatch but does remove diff search
directories which caused a failure because those directories were no longer
in svn. I was uncomfortable removing mkpatch since I believe it helps document
creating patches for beginners who do not use separate source and build (object)
root directories. Its existence is also expected by readers of:
2007 Mar 18
1
Dependancy sequencing problem
Hi,
I have this code here:
$filepackages = $operatingsystem ? {
debian => [ "tar", "gzip", "bzip2", "diff", "sed", "wget"
],
default => [ "tar", "gzip", "bzip2", "diff", "sed", "wget"
]
}
package { $filepackages:
ensure => latest
2017 Jun 06
2
Share USB pendrive in ADSL router
On Tue, 06 Jun 2017 21:53:00 +0100
Rodolfo Medina <rodolfo.medina at gmail.com> wrote:
> Rowland Penny via samba <samba at lists.samba.org> writes:
> > This is with my router:
> >
> > rowland at devstation:~$ sudo mount.cifs //192.168.0.1/USB1 /mnt/cifs
> > Password for root@//192.168.0.1/USB1: <-- I just pressed 'Enter'
> > rowland at
2009 Jan 23
4
How to build xen 3.3.1 and linux-2.6.27-xen.hg from source?
Hello List,
how do i build xen 3.3.1 and linux-2.6.27-xen.hg from source?
Here is what i tried:
----------------------------------------
cd /usr/src
hg clone http://xenbits.xensource.com/ext/linux-2.6.27-xen.hg
cd /usr/src/xen-3.3.1
Then i changed LINUX_VER from 2.6.18 to 2.6.27 in
buildconfigs/mk.linux-2.6-xen. The files mk.linux-2.6-xen0 and
mk.linux-2.6-xenU seem to be obsolete.
After
2017 Jun 07
1
Share USB pendrive in ADSL router
On Tue, 06 Jun 2017 22:34:06 +0100
Rodolfo Medina <rodolfo.medina at gmail.com> wrote:
> Rowland Penny via samba <samba at lists.samba.org> writes:
>
> > On Tue, 06 Jun 2017 21:53:00 +0100
> > Rodolfo Medina <rodolfo.medina at gmail.com> wrote:
> >
> >> Rowland Penny via samba <samba at lists.samba.org> writes:
> >> > This is
2009 Mar 26
7
error while compiling xen
Hi,
I am facing the below error while compiling dom0. Please guide.
root@cbananth:/usr/src/xen-3.3.1# make linux-2.6-xen0-config
CONFIGMODE=menuconfig
make -f buildconfigs/mk.linux-2.6-xen0 config
make[1]: Entering directory `/usr/src/xen-3.3.1''
set -e ; \
if [ ! -e linux-2.6.18-xen.hg/.hg ] ; then \
__repo=$(sh buildconfigs/select-repository linux-2.6.18-xen.hg .:..)
; \
2016 Apr 18
0
[Bug 1953] Implementation of xattr in sftp-server for sshfs
https://bugzilla.mindrot.org/show_bug.cgi?id=1953
TJ Saunders <tj at castaglia.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tj at castaglia.org
--- Comment #6 from TJ Saunders <tj at castaglia.org> ---
Instead of using custom SFTP