[Users] Debian etch + 2.6.18 + openvz

Kirill Korotaev dev at sw.ru
Mon Jun 4 11:07:17 EDT 2007


Hmmm... you are the first user I see compiling with CONFIG_UNIX=m :)

So 2 fixes:
 - set CONFIG_UNIX=y
 - simple patch attached :)

Thanks,
Kirill


Rafael Isturiz wrote:
> Kirill Korotaev wrote:
> 
>>try setting CONFIG_UBC_DEBUG_IO to n in your .config file
>>or applying the attached patch.
>>
>>Thanks,
>>Kirill
>>  
> 
> 
>      Well, this fix that problem and now i have another:
> 
>  LD [M]  lib/zlib_deflate/zlib_deflate.o
>   Building modules, stage 2.
>   MODPOST
> WARNING: "ub_sock_getwres_other" [net/unix/unix.ko] undefined!
> make[2]: *** [__modpost] Error 1
> make[1]: *** [modules] Error 2
> make[1]: se sale del directorio `/usr/src/linux-2.6.18'
> make: *** [debian/stamp-build-kernel] Error 2
> 
>      Maybe i should try the 2.6.20? Or continue with this?
> 
> Thanks.
> 

-------------- next part --------------
--- ./kernel/ub/ub_net.c.ve2380	2007-06-04 19:05:47.000000000 +0400
+++ ./kernel/ub/ub_net.c	2007-06-04 19:05:56.000000000 +0400
@@ -998,6 +998,7 @@ int ub_sock_getwres_other(struct sock *s
 
 	return err;
 }
+EXPORT_SYMBOL(ub_sock_getwres_other);
 
 void ub_sock_retwres_other(struct sock *sk,
 		unsigned long size, unsigned long ressize)


More information about the Users mailing list