Herbert Poetzl wrote:

On Thu, Feb 26, 2004 at 02:54:39PM +0200, Bogdan B. Rudas wrote:


Herbert Poetzl wrote:



could you try with that patch (devel rc) instead of
the patch-2.4.25-vs1.26.diff?

http://vserver.13thfloor.at/Experimental/patch-2.4.25-vs1.3.8rc1.diff




I can't compite it. gcc-2.95 from debian woody. Config attached.



okay, please add the following patch:


--- ./fs/proc/virtual.c.orig    Sat Feb 14 21:28:54 2004
+++ ./fs/proc/virtual.c Sat Feb 14 22:40:24 2004
@@ -446,7 +446,7 @@ int proc_virtual_readdir(struct file * f
       unsigned int nr_xids, i;
       ino_t ino;

-       switch (filp->f_pos) {
+       switch ((long)filp->f_pos) {
               case 0:
                        ino = fake_ino(0, PROC_XID_INO);
                       if (filldir(dirent, ".", 1,




Thanx, patch apllied wit rejects,  so I correct sources myself and now
it works. Even with openwall ;)


_______________________________________________ Vserver mailing list [EMAIL PROTECTED] http://list.linux-vserver.org/mailman/listinfo/vserver

Reply via email to