On Tue, Aug 12, 2003 at 01:19:03PM +0200, Gad wrote:
> Hi
> 
> I've compiled my own kernel follow by
> http://www.ltsp.org/contrib/ltsp-om5r3c.html. But i can't get it work. When
> i boot client dhcp is ok, kernel is mounted ok and then
> 
> Disabling DFSA
> Mounting the devfs filesystem
> mount: Mounting /devfs on /dev failed: No such Device
> Running /sbin/init
> and then it stops.
> 
> When i use ltsp file without openmosix it works ok.
> 
> Could someone send me .config kernel file (openmosix + ltsp)
> mayby i miss something there

i use LTSP + OpenMOSIX but i have followed another HOWTO than yours  ;-)

i use the packaging of W.Daniau http://www.lpmo.edu/~daniau/ltsp-mosix/
wich runs for both mosix and openmosix (depending on the used kernel )

try this one and come back if problems ;-)

recently (before holidays) i have also done and customized my own
ltsp-openmosix package (for my own purpose)

here is briefly what to do

1. i have compiled a openmosix kernel (vmlinuz-2.4.21-openmosix-1 tested)
2. i put it in the tftpboot area
/tftpboot/lts/vmlinuz-2.4.21-openmosix-1

3. on the other hand here is howto i prepared a LTSP kernel
this kernel must be bootable by network and so, must be tagged with
mknbi
mknbi is present in the buildk script in the ltsp_initrd_kit package

first you have to take the config-2.4.21-ltsp-1 file present in the ltsp_initrd_kit
and copy it into your source kernel directory /usr/src/linux-2.4.21/.config 


cp config-2.4.21-ltsp-1 /usr/src/linux-2.4.21/.config

cd /usr/src/linux-2.4.21
make mrproper
make clean
make oldconfig
make dep
make bzImage
make modules
make modules_install

when the kernel is done, cd somewhere/ltsp_initrd_kit

launch ./buildk  
in order to generate a network bootable  kernel, tagged by mknbi 


then you just have to copy this new kernel in the tftp area in order to
be loaded by tftp

cp ./vmlinuz-2.4.21 /tftpboot/lts/

dont forget to copy the modules needed by this new kernel in
the ltsp file system

rm -fr /opt/ltsp/i386/lib//modules/2.4.21/
cp -r /lib/modules/2.4.21/ /opt/ltsp/i386/lib//modules/


hope this helps

ML

> 
> RedHat 9.0, LTSP 3.0
> 
> Best regards
> Grzesiek
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
> _____________________________________________________________________
> Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
>       https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
> For additional LTSP help,   try #ltsp channel on irc.freenode.net

-- 
     Maurice Libes
Tel : +33 (04) 91 82 93 25            Centre d'Oceanologie de Marseille 
Fax : +33 (04) 91 82 65 48            UMS2196 CNRS- Campus de Luminy, Case 901 
mailto:[EMAIL PROTECTED]  F-13288 Marseille cedex 9
Annuaire : http://annuaire.univ-aix.fr/showuser.php?uid=libes


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to