Bug#403712: [Debian] Re: Bug#403712: kernel-patch-openvz: Cannot compile kernel, undefined symbols

2006-12-25 Thread Kirill Korotaev
David, Compiled and booted!! I apparently will work with voluntary preemption as well as no premption. No oopses, flags. Next week I will start to play with it! Caveat: Unionfs will not compile against the patched sources (not using it yet so it can wait). Get the following harmless

Bug#403712: [Debian] Re: Bug#403712: kernel-patch-openvz: Cannot compile kernel, undefined symbols

2006-12-25 Thread David Baron
Get the following harmless quip on boot: Dec 23 18:26:18 d_baron kernel: Testing NMI watchdog ... CPU#0: NMI appears to be stuck (0-0)! This means that on your motherboard/CPUs kernel was unable to setup NMI watchdog. nothing bad, except for kernel won't be able to detect it's hard

Bug#403712: kernel-patch-openvz: Cannot compile kernel, undefined symbols

2006-12-23 Thread David Baron
Compiled and booted!! I apparently will work with voluntary preemption as well as no premption. No oopses, flags. Next week I will start to play with it! Caveat: Unionfs will not compile against the patched sources (not using it yet so it can wait). Get the following harmless quip on boot:

Bug#403712: kernel-patch-openvz: Cannot compile kernel, undefined symbols

2006-12-23 Thread Ola Lundqvist
Hi Thanks for your help with this bug. On Sat, Dec 23, 2006 at 07:01:47PM +0200, David Baron wrote: Compiled and booted!! I apparently will work with voluntary preemption as well as no premption. No oopses, flags. Next week I will start to play with it! Caveat: Unionfs will not

Bug#403712: kernel-patch-openvz: Cannot compile kernel, undefined symbols

2006-12-22 Thread David Baron
Compiled and booted!! I apparently will work with voluntary preemption as well as no premption. No oopses, flags. Next week I will start to play with it! Caveat: Unionfs will not compile against the patched sources (not using it yet so it can wait). -- To UNSUBSCRIBE, email to [EMAIL

Bug#403712: [Debian] Re: Bug#403712: kernel-patch-openvz: Cannot compile kernel, undefined symbols

2006-12-22 Thread Kirill Korotaev
David, Compiled and booted!! I apparently will work with voluntary preemption as well as no premption. No oopses, flags. Next week I will start to play with it! thanks a lot for patience and help! all the faced bugs will be fixed in next version. Caveat: Unionfs will not compile against

Bug#403712: kernel-patch-openvz: Cannot compile kernel, undefined symbols

2006-12-21 Thread David Baron
On Thursday 21 December 2006 08:16, Ola Lundqvist wrote: Hi David When I compiled the kernel yesterday using the same version of the kernel and the openvz patch I did not need to do anything with symlinking. My compile line look something like this: export PATCH_THE_KERNEL=true untar

Bug#403712: [Debian] Re: Bug#403712: kernel-patch-openvz: Cannot compile kernel, undefined symbols

2006-12-21 Thread Kirill Korotaev
David Baron wrote: On Thursday 21 December 2006 08:16, Ola Lundqvist wrote: Hi David When I compiled the kernel yesterday using the same version of the kernel and the openvz patch I did not need to do anything with symlinking. My compile line look something like this: export

Bug#403712: kernel-patch-openvz: Cannot compile kernel, undefined symbols

2006-12-21 Thread David Baron
Got it to build and even attempt to boot--no undefineds! The thing listed a lot of oops codes, many involving the journaling, so I panicked and stopped it. Additionally, there were items like: BUG: Using SMP with preemptive (or something like that.) (I do not have multiple processors but

Bug#403712: [Debian] Re: Bug#403712: kernel-patch-openvz: Cannot compile kernel, undefined symbols

2006-12-21 Thread Kirill Korotaev
David, Got it to build and even attempt to boot--no undefineds! thanks a lot for your help! the previous bugs are fixed: http://bugzilla.openvz.org/show_bug.cgi?id=411 The thing listed a lot of oops codes, many involving the journaling, so I panicked and stopped it. Additionally, there

Bug#403712: kernel-patch-openvz: Cannot compile kernel, undefined symbols

2006-12-20 Thread David Baron
On Tuesday 19 December 2006 22:07, Ola Lundqvist wrote: Hi Which kernel version did you apply it against? I have successfully built it... The version in testing or in unstable? Latest as of a couple of days ago from unstable, 2.16-8, I believe. The version of the patch current as of that

Bug#403712: kernel-patch-openvz: Cannot compile kernel, undefined symbols

2006-12-20 Thread David Baron
Hi I have built it now and I have no problem building. Not at least with make-kpkg. I use this. According to upstream you did not run make oldconfig for some reason? It does this anyway. I compied to .config from the non-patched kernel and was asked to fill in various new items inserted

Bug#403712: kernel-patch-openvz: Cannot compile kernel, undefined symbols

2006-12-20 Thread David Baron
Hi I have built it now and I have no problem building. Not at least with make-kpkg. I use this. According to upstream you did not run make oldconfig for some reason? It does this anyway. I compied to .config from the non-patched kernel and was asked to fill in various new items inserted

Bug#403712: kernel-patch-openvz: Cannot compile kernel, undefined symbols

2006-12-20 Thread David Baron
Hi I have built it now and I have no problem building. Not at least with make-kpkg. I use this. According to upstream you did not run make oldconfig for some reason? It does this anyway. I compied to .config from the non-patched kernel and was asked to fill in various new items inserted

Bug#403712: [Debian] Re: Bug#403712: kernel-patch-openvz: Cannot compile kernel, undefined symbols

2006-12-20 Thread Kirill Korotaev
David, can you attach your resulting .config file please? Thanks, Kirill Hi I have built it now and I have no problem building. Not at least with make-kpkg. I use this. According to upstream you did not run make oldconfig for some reason? It does this anyway. I compied to .config from the

Bug#403712: [Debian] Re: Bug#403712: kernel-patch-openvz: Cannot compile kernel, undefined symbols

2006-12-20 Thread Kirill Korotaev
This would seem to indicate one (or more) pieces that need be compiled into the kernel, would it not? (I do compile in all the ovz stuff rather than leave as modules because I had missing symbols on boot the last time I tried.) If someone could point me in the correct direction :-)

Bug#403712: [Debian] Re: Bug#403712: kernel-patch-openvz: Cannot compile kernel, undefined symbols

2006-12-20 Thread Kirill Korotaev
David, David, ahhh... I guess I know the answer. you simply set CONFIG_VE_CALLS to 'y', while IPV6 support is in module, so OpenVZ kernel has reference to symbols in module :/ Pleae check CONFIG_VE_CALLS, CONFIG_VZ_DEV and CONFIG_IPV6 options These thing are indeed set to 'y', IPV6 to 'm'

Bug#403712: kernel-patch-openvz: Cannot compile kernel, undefined symbols

2006-12-20 Thread Ola Lundqvist
Hi David When I compiled the kernel yesterday using the same version of the kernel and the openvz patch I did not need to do anything with symlinking. My compile line look something like this: export PATCH_THE_KERNEL=true untar xxx.tar.gz cd /usr/src/linux make-kpkg -rfakeroot

Bug#403712: kernel-patch-openvz: Cannot compile kernel, undefined symbols

2006-12-19 Thread David Baron
Package: kernel-patch-openvz Version: 028test007.1 Severity: important Justification: fails to build from source Here they are: (May be others as well.) kernel/built-in.o: In function `do_env_create': vecalls.c:(.text+0x349a7): undefined reference to `ve_snmp_proc_init'

Bug#403712: kernel-patch-openvz: Cannot compile kernel, undefined symbols

2006-12-19 Thread Ola Lundqvist
Hi Which kernel version did you apply it against? I have successfully built it... The version in testing or in unstable? Regards, // Ola On Tue, Dec 19, 2006 at 10:58:40AM +0200, David Baron wrote: Package: kernel-patch-openvz Version: 028test007.1 Severity: important Justification: fails

Bug#403712: [EMAIL PROTECTED]: Bug#403712: kernel-patch-openvz: Cannot compile kernel, undefined symbols]

2006-12-19 Thread Ola Lundqvist
Hi Thanks for the information. I'll tell the user to compile it in a proper way. Regards, // Ola On Wed, Dec 20, 2006 at 09:27:23AM +0300, Vasily Tarasov wrote: Hello, Ola Lundqvist wrote: Privet I got the following bug report. Do you know why this problem exist? Regards, //

Bug#403712: kernel-patch-openvz: Cannot compile kernel, undefined symbols

2006-12-19 Thread Ola Lundqvist
Hi I have built it now and I have no problem building. Not at least with make-kpkg. According to upstream you did not run make oldconfig for some reason? So my question to you (before I close this bug) is how exactly you built the kernel? Did you do as described in the README file or in some