Advertisement
Guest User

Untitled

a guest
May 1st, 2013
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. # ./mosix.install
  2. Installing MOSIX:
  3. =================
  4.  
  5. If you are installing MOSIX for a set of nodes with
  6. a common root, then type the common root directory -
  7. if you are installing only the local node, press <ENTER> :- /
  8.  
  9. Do you want to compile a MOSIX-enhanced kernel now?
  10.  
  11. 1. Yes, please fetch the Linux kernel (3.8) sources from the internet.
  12. 2. Yes, the Linux kernel (3.8) sources are already on this computer.
  13. 3. No, or not now, because either:
  14. a) I have already installed this kernel (or a compatible version).
  15. b) I will install the kernel later.
  16. c) I am happy to use MOSIX without a special kernel:
  17. I am aware that only some features will work,
  18. such as batch jobs, but that is all I need.
  19. d) I use OpenSUSE and therefore prefer the pre-compiled
  20. MOSIX-kernel RPM from http://mosix.org/text_acadnp.html.
  21.  
  22. Option [3]: 2
  23. Where on disk are the kernel sources (3.8) ?- linux-3.8
  24. sum: linux-3.8/kernel/sched.c: Нет такого файла или каталога
  25. ./mosix.install: 291: [: -o: unexpected operator
  26.  
  27.  
  28. *** End of the configuration.
  29. *** Execute 'make' to start the build or try 'make help'.
  30.  
  31. Compiling your MOSIX kernel...
  32. (please ignore the warning messages)
  33. .config:70:warning: override: reassigning to symbol SYSVIPC
  34. #
  35. # configuration written to .config
  36. #
  37. arch/x86/kernel/hw_breakpoint.c: В функции «arch_check_bp_in_kernelspace»:
  38. arch/x86/kernel/hw_breakpoint.c:205:12: ошибка: «VSYSCALL_START» undeclared (first use in this function)
  39. arch/x86/kernel/hw_breakpoint.c:205:12: замечание: each undeclared identifier is reported only once for each function it appears in
  40. arch/x86/kernel/hw_breakpoint.c:205:50: ошибка: «VSYSCALL_END» undeclared (first use in this function)
  41. arch/x86/kernel/hw_breakpoint.c:209:1: предупреждение: control reaches end of non-void function [-Wreturn-type]
  42. make[2]: *** [arch/x86/kernel/hw_breakpoint.o] Ошибка 1
  43. make[1]: *** [arch/x86/kernel] Ошибка 2
  44. make: *** [arch/x86] Ошибка 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement