Package: kernel-patch-vserver
Version: 2:2.0.1-4
Followup-For: Bug #350967

I have a fresh install of etch.

In firt time :
rm -rf linux-source-2.6.15
tar -xjf linux-source-2.6.15.tar.bz2
cd linux-source-2.6.15
cp /boot/config-2.6.15-1-486 .config
unset PATCH_THE_KERNEL
unset KPATCH_vserver
export PATCH_THE_KERNEL=YES
PATCH_THE_KERNEL=YES
make-kpkg --rootcmd fakeroot --revision custom01 --added-patches vserver 
--append-to-version +vserver --initrd binary-arch
[...]
test ! -f applied_patches || rm -f applied_patches
for patch in /usr/src/kernel-patches/all/apply/vserver ; do            \
          if test -x  $patch; then                    \
              if $patch; then                         \
                  echo "Patch $patch processed fine"; \
                  echo "$patch" >> applied_patches;   \
              else                                     \
                   echo "Patch $patch  failed.";      \
                   echo "Hit return to Continue";      \
                   read ans;                           \
              fi;                                      \
          fi;                                          \
        done
No "Context switching virtual private servers" patch found for kernel version 
2.6.15
Patch /usr/src/kernel-patches/all/apply/vserver  failed.
Hit return to Continue

Ok now I try this :
rm -rf linux-source-2.6.15
tar -xjf linux-source-2.6.15.tar.bz2
cd linux-source-2.6.15
cp /boot/config-2.6.15-1-486 .config
unset PATCH_THE_KERNEL
unset KPATCH_vserver
export PATCH_THE_KERNEL=YES
PATCH_THE_KERNEL=YES
export KPATCH_vserver=2.6.16
KPATCH_vserver=2.6.16
make-kpkg --rootcmd fakeroot --revision custom01 --added-patches vserver 
--append-to-version +vserver --initrd binary-arch
[...]
START applying vserver patch (Context switching virtual private servers)
Testing whether "Context switching virtual private servers" patch for 2.6.16 
applies (dry run):
1 out of 1 hunk FAILED -- saving rejects to file arch/alpha/kernel/entry.S.rej
1 out of 1 hunk FAILED -- saving rejects to file arch/arm/kernel/calls.S.rej
1 out of 1 hunk FAILED -- saving rejects to file arch/arm26/kernel/traps.c.rej
1 out of 2 hunks FAILED -- saving rejects to file arch/i386/Kconfig.rej
1 out of 4 hunks FAILED -- saving rejects to file arch/i386/kernel/traps.c.rej
1 out of 2 hunks FAILED -- saving rejects to file arch/ia64/kernel/perfmon.c.rej
1 out of 1 hunk FAILED -- saving rejects to file 
arch/powerpc/kernel/process.c.rej
1 out of 1 hunk FAILED -- saving rejects to file arch/s390/kernel/process.c.rej
1 out of 2 hunks FAILED -- saving rejects to file arch/s390/kernel/ptrace.c.rej
1 out of 2 hunks FAILED -- saving rejects to file 
arch/sparc64/kernel/systbls.S.rej
1 out of 1 hunk FAILED -- saving rejects to file 
arch/um/drivers/mconsole_kern.c.rej
1 out of 1 hunk FAILED -- saving rejects to file arch/x86_64/kernel/traps.c.rej
1 out of 4 hunks FAILED -- saving rejects to file fs/attr.c.rej
1 out of 5 hunks FAILED -- saving rejects to file fs/ext2/balloc.c.rej
1 out of 8 hunks FAILED -- saving rejects to file fs/ext3/ioctl.c.rej
1 out of 4 hunks FAILED -- saving rejects to file fs/file_table.c.rej
1 out of 16 hunks FAILED -- saving rejects to file fs/locks.c.rej
2 out of 25 hunks FAILED -- saving rejects to file fs/namei.c.rej
3 out of 18 hunks FAILED -- saving rejects to file fs/namespace.c.rej
1 out of 10 hunks FAILED -- saving rejects to file fs/nfs/inode.c.rej
1 out of 5 hunks FAILED -- saving rejects to file fs/nfs/nfsroot.c.rej
1 out of 4 hunks FAILED -- saving rejects to file fs/nfsd/nfs3xdr.c.rej
2 out of 3 hunks FAILED -- saving rejects to file fs/nfsd/nfs4recover.c.rej
1 out of 4 hunks FAILED -- saving rejects to file fs/nfsd/nfsxdr.c.rej
1 out of 17 hunks FAILED -- saving rejects to file fs/open.c.rej
1 out of 10 hunks FAILED -- saving rejects to file fs/proc/array.c.rej
2 out of 11 hunks FAILED -- saving rejects to file fs/xattr.c.rej
1 out of 8 hunks FAILED -- saving rejects to file 
fs/xfs/linux-2.6/xfs_iops.c.rej
2 out of 3 hunks FAILED -- saving rejects to file fs/xfs/xfs_dinode.h.rej
1 out of 2 hunks FAILED -- saving rejects to file fs/xfs/xfs_fs.h.rej
1 out of 4 hunks FAILED -- saving rejects to file fs/xfs/xfs_vfsops.c.rej
1 out of 1 hunk FAILED -- saving rejects to file include/asm-i386/page.h.rej
3 out of 12 hunks FAILED -- saving rejects to file include/linux/fs.h.rej
1 out of 2 hunks FAILED -- saving rejects to file include/linux/mount.h.rej
1 out of 1 hunk FAILED -- saving rejects to file include/linux/namespace.h.rej
1 out of 7 hunks FAILED -- saving rejects to file include/linux/sched.h.rej
The text leading up to this was:
--------------------------
|diff -NurpP --minimal linux-2.6.16.11/include/net/inet_sock.h 
linux-2.6.16.11-vs2.0.2-rc18/include/net/inet_sock.h
|--- linux-2.6.16.11/include/net/inet_sock.h    2006-04-09 13:49:58 +0200
|+++ linux-2.6.16.11-vs2.0.2-rc18/include/net/inet_sock.h       2006-04-26 
19:07:50 +0200
--------------------------
No file to patch.  Skipping patch.
1 out of 1 hunk ignored
1 out of 6 hunks FAILED -- saving rejects to file ipc/shm.c.rej
1 out of 1 hunk FAILED -- saving rejects to file kernel/Makefile.rej
1 out of 8 hunks FAILED -- saving rejects to file kernel/exit.c.rej
1 out of 14 hunks FAILED -- saving rejects to file kernel/fork.c.rej
1 out of 23 hunks FAILED -- saving rejects to file kernel/sched.c.rej
1 out of 3 hunks FAILED -- saving rejects to file kernel/signal.c.rej
4 out of 19 hunks FAILED -- saving rejects to file kernel/sys.c.rej
1 out of 10 hunks FAILED -- saving rejects to file kernel/sysctl.c.rej
1 out of 5 hunks FAILED -- saving rejects to file kernel/timer.c.rej
4 out of 8 hunks FAILED -- saving rejects to file kernel/user.c.rej
1 out of 1 hunk FAILED -- saving rejects to file mm/mempolicy.c.rej
1 out of 3 hunks FAILED -- saving rejects to file mm/page_alloc.c.rej
1 out of 1 hunk FAILED -- saving rejects to file mm/rmap.c.rej
1 out of 3 hunks FAILED -- saving rejects to file net/ipv6/addrconf.c.rej
"Context switching virtual private servers" patch for 2.6.16 does not apply 
cleanly
Patch /usr/src/kernel-patches/all/apply/vserver  failed.
Hit return to Continue

[EMAIL PROTECTED]:/usr/src$ dpkg -l kernel-patch-vserver linux-source-2.6.15
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name           Version        Description
+++-==============-==============-============================================
ii  kernel-patch-v 2.0.1-4        context switching virtual private servers -
ii  linux-source-2 2.6.15-8       Linux kernel source for version 2.6.15 with

Any idea ?

PS: I use /usr/share/doc/kernel-patch-vserver/README.Debian doc.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-486
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages kernel-patch-vserver depends on:
ii  bash                          3.1-4      The GNU Bourne Again SHell
ii  grep-dctrl                    2.9.0      Grep Debian package information - 
ii  patch                         2.5.9-4    Apply a diff file to an original

kernel-patch-vserver recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to