Menu

#156 ltsp and openmosix

open
nobody
None
3
2014-08-19
2005-04-27
Anonymous
No

i will work with openmosix and K12KTSP.
with the minihowto http://www.k12ltsp.org/ltsp-om5.html
i get a mistake in
make bzImage

here:
esetzter Ausdrücke als L-Werte ist veraltet
comm.c: In function `comm_free':
comm.c:767: Fehler: Marke am Ende einer Verbundanweisung
make[2]: *** [comm.o] Fehler 1
make[2]: Leaving directory `/usr/src/linux-2.4.26-om5/hpc'
make[1]: *** [first_rule] Fehler 2
make[1]: Leaving directory `/usr/src/linux-2.4.26-om5/hpc'
make: *** [_dir_hpc] Fehler 2
[root@dyna10 linux-2.4.26-om5]#

i was looking the file comm.c

...
mlink->flags &= ~COMM_HEADINUSE;
goto out;
} else {
/* must be a head we previously
allocated */
kfree(head);
return;
}

mosix_panic("comm_free() # 1");

out:

}

...

it is a long time i made c program, but i think it
fails something like return or something like this

i download rpm and openMosix-2.4.26-1.bz2 with the same
negative result. I really think that is a mistake. i
would be happy to know how i can correct it.

If you want, you can reach me under
techis1@bluewin.ch

michel

Discussion

  • ehisey

    ehisey - 2005-06-09

    Logged In: YES
    user_id=1021609

    Michel-
    You may not be patching against a clean kernel. As I
    recall the k12 project uses and redhat kernel with a lot of
    patches already applied. you need to try the oM patch
    against a vanilla kernel for kernel.org.

     
  • Florian Delizy

    Florian Delizy - 2006-11-26
    • priority: 5 --> 3
     

Log in to post a comment.