Quote:
I have been trying to run Crux lately unfortunatelly with no success.
*) Added to the /etc/hosts.allow file the following line: ALL: LOCAL
I think this is not correct... if you read
man 5 hosts_access this will tell you that LOCAL implies either that you can reverse lookup the hostname via dns or that you have it in /etc/hosts and in both cases it has got no dots in its name... i would suggest something like:
Code:
ALL: ALL
or:
Code:
portmap: EFIKA-IP or LAN-IP /255.255.255.0
in your case i guess it'd be:
Code:
portmap: 192.168.178.0/255.255.255.0
Quote:
*) Restarted the NFS service like: service stop nfs / service start nfs
I'm not sure about red-hat but you probably have to stop services in this oreder:
nfs-server,
nfs,
portmap and restart them in this order:
portmap,
nfs,
nfs-server... maybe in red-hat nfs and nfs-server services are merged in one service... btw you shouldn't need nfslock.
But before starting these services, be sure to export the path where you mounted the crux cdrom/iso filesystem; as you can read on our site, in Acrux' HowTO, you should put a line like the following in
/etc/exports:
Code:
/mnt/ /mnt/crux-ppc-2.2.0.2-rc1 *(ro,no_root_squash,sync,no_subtree_check)
It is very important that you export it with
no_root_squash, or the efika system you're about to install won't be able to read any file at all.
Quote:
[...]
It doesn't work though, the debian kernel starts but it says something like NFS not responding.
you are suggested to use our efika kernel that you can find in Crux-PPC 2.2.0.2-rc1 cdrom ;-) but debian kernel should work as well...
Quote:
[...]
And why do I need an install kernel and another kernel after the system is installed? :?
It's usually good practice that you tune your kernel on your needs, and this is particularly true on an embedded system like EFIKA, that is usually used for
one specific purpose... but if the bootkernel included in the cd is not missing any feature you need, you can just stick with that :D, just copy the kernel and its modules from the installation cd!
Well, have fun ;) and let us know if you find any other problem!!