Hello Herbert, > On Thu, Dec 22, 2005 at 05:50:04PM +0100, Joel Soete wrote: > > Hello Herbert, > > > > [...] > > > > unfortunately still failed at the same places on my parisc box: i.e. > > > > [...] > > > > verify /mnt/test/file_3053: -+(-)-i-+(-) ~ ----------------- > > > > [114]# failed. > > > > [...] > > > > verify /mnt/test/file_3053: -+(-)-i-+(-) ~ ----i-------E---- > > > > [124]# failed. > > > > [199]# succeeded. > > > > > > this is caused by the legacy kernel API support ... > > > if enabled it will blend through the iunlink as flag 'E' > > > on reiserfs (still investigating if that is a bug, or > > > if some tools really used that one ...) > > > > > > disabling the legacy kernel API support should make that > > > one succeed (CONFIG_VSERVER_LEGACY) > > > > > ok (at least for test 124): > > [113]# succeeded. > > verify /mnt/test/file_2618: -+(-)-i-+(-) ~ ----------------- > > [114]# failed. > > [115]# succeeded. > > [...] > > [123]# succeeded. > > [124]# succeeded. > > [199]# succeeded. > > > > but I couldn't leave with this kernel because: > > Starting periodic command scheduler: cron. > > Starting vservers of type > > 'default'.../etc/vservers/DebSid/scripts/prepre-start fixes sysvinit script's dir. > > Link default -> default.VPS is created. > > Link init.d -> init.d.VPS is created. > > Link rc0.d -> rc0.d.VPS is created. > > Link rc1.d -> rc1.d.VPS is created. > > Link rc2.d -> rc2.d.VPS is created. > > Link rc3.d -> rc3.d.VPS is created. > > Link rc4.d -> rc4.d.VPS is created. > > Link rc5.d -> rc5.d.VPS is created. > > Link rc6.d -> rc6.d.VPS is created. > > Link rcS.d -> rcS.d.VPS is created. > > Just a simple pre-start script but may be would be beter a prepre-start one? > > [42949562.120000] dynamic contexts disabled. > > make: *** [.DebSid.stamp] Error 255 > > make: Target `all' not remade because of errors. > > ERROR > > > > too bad ;-( > > > > and each time I tried to start the vserver manualy I got the following messages: > > [ 42.700000] dynamic contexts disabled. > > [ 136.570000] dynamic contexts disabled. > > [ 249.710000] dynamic contexts disabled. > > hmm, silly question, did you disable the dynamic context support? > not that I known: only unselect CONFIG_VSERVER_LEGACY but I overwrite my config file ;_( but easy to reproduce (may be tomorrow)
> btw, what kernel was that again? > The parisc stuff <http://cvs.parisc-linux.org/download/linux-2.6/linux-2.6.14-pa0.tar.bz2> + vanilla patch 2.6.14.4 + latest developement patch-2.6.14.4-vs2.1.0.diff.bz2 + a very small ack to fix a rejected hunk: (due to the diff between parisc tree and vanilla one) --- arch/parisc/kernel/syscall_table.S.orig 2005-09-24 10:40:28.000000000 +0200 +++ arch/parisc/kernel/syscall_table.S 2005-12-22 12:26:18.000000000 +0100 @@ -368,7 +368,7 @@ ENTRY_COMP(mbind) /* 260 */ ENTRY_COMP(get_mempolicy) ENTRY_COMP(set_mempolicy) - ENTRY_SAME(ni_syscall) /* 263: reserved for vserver */ + ENTRY_DIFF(vserver) ENTRY_SAME(add_key) ENTRY_SAME(request_key) /* 265 */ ENTRY_SAME(keyctl) ====<>==== Thanks, Joel ------------------------------------------------------- NOTE! My email address is changing to ... @scarlet.be Please make the necessary changes in your address book. _______________________________________________ Vserver mailing list [email protected] http://list.linux-vserver.org/mailman/listinfo/vserver
