Hello, Im trying to compile a 2.4.23-vs1.20 with the quota patch, and keep running into errors, I admint that i do not know alot about building kernels, anyone have a step by step for this, or have a kernel similar to the ones at soulcorp that i can download? --------- here is the history that i tried
308 wget http://www.13thfloor.at/vserver/s_release/v1.20/patch-2.4.23-vs1.20.diff 309 wget http://www.13thfloor.at/vserver/s_release/v1.20/split-2.4.23-vs1.20.tar.bz2 310 wget http://www.13thfloor.at/vserver/s_addons/quota/patch-2.4.23-vs1.20-q0.12.diff 311 wget http://www.13thfloor.at/vserver/s_addons/quota/split-2.4.23-vs1.20-q0.12.tar.bz2 313 wget http://www.13thfloor.at/vserver/s_addons/quota/cq-tools-0.06.tar.bz2 314 wget http://www.kernel.org/pub/linux/kernel/v2.4/linux-2.4.23.tar.gz 316 tar -xvzf linux-2.4.23.tar.gz 317 rm linux-2.4.23.tar.gz 319 cd linux-2.4.23 320 cat ../patch-2.4.23-vs1.20.diff | patch -p1 321 cat ../patch-2.4.23-vs1.20-q0.12.diff | patch -p1 322 make menuconfig (selected quota on in filesystems, thats it) 323 make bzImage modules modules_install (error about ext3) 324 ls 325 make clean dep bzImage modules install modules_install (error in the modules install, about kernel_something) ------------------- James *********** REPLY SEPARATOR *********** _______________________________________________ Vserver mailing list [EMAIL PROTECTED] http://list.linux-vserver.org/mailman/listinfo/vserver
