[openMosix-it] setpe: the supplied table ....

openmosix@democritos.it openmosix@democritos.it
Tue, 1 Apr 2003 10:21:31 +0200 (CEST)


salve a tutti...
ho installato openmosix sul kernel 2.4.19.


****************************************************************
apt-get install kernel-source-2.4.19 kernel-package openmosix
kernel-patch-openmosix
../kernel-patches/i386/apply/openmosix
make menuconfig
make-kpkg kernel_image modules_image
dpkg -i kernel-image-*-openmosix-*.deb
****************************************************************



Ho modificato il file inittab con le modifiche opportune:
****************************************************************
# System initialization.
 l0:0:wait:/etc/rc.d/rc 0
 che diventerà
 l0:0:wait:/bin/mosrun -h /etc/rc.d/rc 0
 fare la stessa cosa anche per le altre righe fino alla numero 6 (l'ultima)

 # Things to run in every runlevel.
 ud::once:/sbin/update

 # Trap CTRL-ALT-DELETE
 ca::ctrlaltdel:/sbin/shutdown -t3 -r now
 che diventerà
 ca::ctrlaltdel:/bin/mosrun -h /sbin/shutdown -t3 -r now
****************************************************************


e ho configurato il file /etc/openmosix.map:
****************************************************************
1	150.150.150.151 1
2	150.150.150.152 1
****************************************************************

il mio file /etc/hosts:
****************************************************************
150.150.150.151  nodo1.ilmiodominio.it	nodo1
127.0.0.1       localhost
****************************************************************


Avviando openmosix mi viene riportato il seguente messaggio d'errore:
****************************************************************
Initializing OpenMosix...
setpe: the supplied table is well-formatted,
but my IP address (150.150.150.151) is not there!
****************************************************************

grazie.

mino