salut tous le monde 
j’ai installer le netkit tout en suivant les instruction dans le fichier install
tar -xjf netkit-x.y.tar.bz2
tar -xjf netkit-filesystem-Fx.y.tar.bz2
tar -xjf netkit-kernel-Kx.y.tar.bz2
et j’ai ecrit ces valeur dans le fichier ./bashrc pour les variable d’envirenement
export NETKIT_HOME=/home/yous/Reseau/netkit
export MANPATH=:$NETKIT_HOME/man
export PATH=$NETKIT_HOME/bin:$PATH
mais voila il ne reconnait pas le path
./check_configuration.sh pour vérifier si tous ça marche
[b]yous@yous:~$ su
Mot de passe :
yous:/home/yous# cd Reseau/netkit
yous:/home/yous/Reseau/netkit# ./check_configuration.sh
Checking path correctness… passed.
Checking environment… passed.
Checking for availability of man pages… passed.
Checking for proper directories in the PATH… failed!
*** Error: the environment variable PATH is not properly set. This
will prevent fundamental Netkit tools from being functional. You should
set the variable to the following value (all colons must be included):
/home/yous/Reseau/netkit/bin:$PATH
You can use one of the following commands, depending on the shell you
are using:
(for bash) export PATH=/home/yous/Reseau/netkit/bin:$PATH
(for csh) setenv PATH /home/yous/Reseau/netkit/bin:$PATH
[ ERROR ] Your system is not configured properly. Please correct the
above errors before starting to use Netkit.[/b]
jusqu’à ce que je les écrit manuellement dans la console
yous:/home/yous/Reseau/netkit# export NETKIT_HOME=/home/yous/Reseau/netkit
yous:/home/yous/Reseau/netkit# export MANPATH=:$NETKIT_HOME/man
yous:/home/yous/Reseau/netkit# export PATH=$NETKIT_HOME/bin:$PATH
yous:/home/yous/Reseau/netkit# [b]./check_configuration.sh
Checking path correctness… passed.
Checking environment… passed.
Checking for availability of man pages… passed.
Checking for proper directories in the PATH… passed.
Checking for availability of auxiliary tools:
awk : ok
basename : ok
date : ok
dirname : ok
find : ok
getopt : ok
grep : ok
head : ok
id : ok
kill : ok
ls : ok
lsof : ok
ps : ok
readlink : ok
wc : ok
port-helper : ok
tunctl : ok
uml_mconsole : ok
uml_switch : ok
passed.
Checking for availability of terminal emulator applications:
xterm : found
konsole : found
gnome-terminal : not found
passed.
[ READY ] Congratulations! Your Netkit setup is now complete!
Enjoy Netkit![/b]
alors quoi faire les amis pour qu’il reconnait le path automatiquement ?