UML Patch uad 2.4.22Kernel

2003-12-16 Thread Daniel Holze
Hello debian-isp,

  i was tried to install a kernel (2.4.22) with UML patch.
  I cant install it.
  So, here are my work Steps:

  patch -p1 uml-patch-2.4.22-7
  make menuconfig
  make modules
  make modules_install
  make bzImage

  when it is compiling the kernel image i get a error:

gcc -D__KERNEL__ -I/usr/src/linux-2.4.22/include -Wall -Wstrict-prototypes -Wno-
trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=
2 -march=i686   -nostdinc -iwithprefix include -DKBUILD_BASENAME=sys_i386  -c -o
 sys_i386.o sys_i386.c
sys_i386.c: In function `do_mmap2':
sys_i386.c:59: warning: passing arg 1 of `do_mmap_pgoff' from incompatible point
er type
sys_i386.c:59: warning: passing arg 2 of `do_mmap_pgoff' makes pointer from inte
ger without a cast
sys_i386.c:59: too few arguments to function `do_mmap_pgoff'
make[1]: *** [sys_i386.o] Error 1
make[1]: Leaving directory `/usr/src/linux-2.4.22/arch/i386/kernel'
make: *** [_dir_arch/i386/kernel] Error 2

Anyone know what`s wrong?

-- 
Best wishes,

DWL-Deutsche Webleasing oHG
Daniel Holze
Technical Director
Hanauer Landstrasse 320
D-60314 Frankfurt

Telefon: +49 (0)69 403 57 990
Telefax: +49 (0)69 403 57 991

http://www.dwleasing.de
mailto:[EMAIL PROTECTED]


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



Re: UML Patch uad 2.4.22Kernel

2003-12-16 Thread Micah Anderson
Daniel Holze schrieb am Wednesday, den 17. December 2003:

 Hello debian-isp,
 
   i was tried to install a kernel (2.4.22) with UML patch.
   I cant install it.
   So, here are my work Steps:
 
   patch -p1 uml-patch-2.4.22-7
   make menuconfig
   make modules
   make modules_install
   make bzImage

Here is what I would do at this stage. Copy your .config file out of
your linux kernel source directory. Remove your linux kernel source
directory, untar a fresh version. Copy your .config into the new
source dir:

patch -p1 uml-patch-2.4.22-7
make oldconfig
make clean
make dep
make bzImage
make modules
make modules_install

This will more than likely make your problem go away. Consider
your risks with the recent local root exploit in 2.4.22 before you go
further.

Micah


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



Re[2]: UML Patch uad 2.4.22Kernel

2003-12-16 Thread Daniel Holze
Hello

MA patch -p1 uml-patch-2.4.22-7
MA make oldconfig
MA make clean
MA make dep
MA make bzImage
MA make modules
MA make modules_install

didn`t work :-(
Its the same error.



-- 
Best wishes,

Daniel


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



Re: Re[2]: UML Patch uad 2.4.22Kernel

2003-12-16 Thread Micah Anderson
Sounds like it is a problem with the UML patch then, I would contact
those folks to see if they know of the problem. Or look for a newer
version of the patch.

micah

Daniel Holze schrieb am Wednesday, den 17. December 2003:

 Hello
 
 MA patch -p1 uml-patch-2.4.22-7
 MA make oldconfig
 MA make clean
 MA make dep
 MA make bzImage
 MA make modules
 MA make modules_install
 
 didn`t work :-(
 Its the same error.
 
 
 
 -- 
 Best wishes,
 
 Daniel
 


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



UML Patch uad 2.4.22Kernel

2003-12-16 Thread Daniel Holze
Hello debian-isp,

  i was tried to install a kernel (2.4.22) with UML patch.
  I cant install it.
  So, here are my work Steps:

  patch -p1 uml-patch-2.4.22-7
  make menuconfig
  make modules
  make modules_install
  make bzImage

  when it is compiling the kernel image i get a error:

gcc -D__KERNEL__ -I/usr/src/linux-2.4.22/include -Wall -Wstrict-prototypes -Wno-
trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=
2 -march=i686   -nostdinc -iwithprefix include -DKBUILD_BASENAME=sys_i386  -c -o
 sys_i386.o sys_i386.c
sys_i386.c: In function `do_mmap2':
sys_i386.c:59: warning: passing arg 1 of `do_mmap_pgoff' from incompatible point
er type
sys_i386.c:59: warning: passing arg 2 of `do_mmap_pgoff' makes pointer from inte
ger without a cast
sys_i386.c:59: too few arguments to function `do_mmap_pgoff'
make[1]: *** [sys_i386.o] Error 1
make[1]: Leaving directory `/usr/src/linux-2.4.22/arch/i386/kernel'
make: *** [_dir_arch/i386/kernel] Error 2

Anyone know what`s wrong?

-- 
Best wishes,

DWL-Deutsche Webleasing oHG
Daniel Holze
Technical Director
Hanauer Landstrasse 320
D-60314 Frankfurt

Telefon: +49 (0)69 403 57 990
Telefax: +49 (0)69 403 57 991

http://www.dwleasing.de
mailto:[EMAIL PROTECTED]




Re[2]: UML Patch uad 2.4.22Kernel

2003-12-16 Thread Daniel Holze
Hello

MA patch -p1 uml-patch-2.4.22-7
MA make oldconfig
MA make clean
MA make dep
MA make bzImage
MA make modules
MA make modules_install

didn`t work :-(
Its the same error.



-- 
Best wishes,

Daniel




Re: UML Patch uad 2.4.22Kernel

2003-12-16 Thread Micah Anderson
Daniel Holze schrieb am Wednesday, den 17. December 2003:

 Hello debian-isp,
 
   i was tried to install a kernel (2.4.22) with UML patch.
   I cant install it.
   So, here are my work Steps:
 
   patch -p1 uml-patch-2.4.22-7
   make menuconfig
   make modules
   make modules_install
   make bzImage

Here is what I would do at this stage. Copy your .config file out of
your linux kernel source directory. Remove your linux kernel source
directory, untar a fresh version. Copy your .config into the new
source dir:

patch -p1 uml-patch-2.4.22-7
make oldconfig
make clean
make dep
make bzImage
make modules
make modules_install

This will more than likely make your problem go away. Consider
your risks with the recent local root exploit in 2.4.22 before you go
further.

Micah




Re: Re[2]: UML Patch uad 2.4.22Kernel

2003-12-16 Thread Micah Anderson
Sounds like it is a problem with the UML patch then, I would contact
those folks to see if they know of the problem. Or look for a newer
version of the patch.

micah

Daniel Holze schrieb am Wednesday, den 17. December 2003:

 Hello
 
 MA patch -p1 uml-patch-2.4.22-7
 MA make oldconfig
 MA make clean
 MA make dep
 MA make bzImage
 MA make modules
 MA make modules_install
 
 didn`t work :-(
 Its the same error.
 
 
 
 -- 
 Best wishes,
 
 Daniel