Hello,
it's a little bug from Netraverse because your default language is not in english for correct it do :
 
vi /etc/init.d/Win4Lin
 
find a the begining :
 
# Do the system setup for Win4Lin/Merge that is required each time the
# system is rebooted.
 
NULL=/dev/null
 
add behind :
LANG=C
 
and replace :
export NULL
 
by
export NULL LANG
 
and restart Win4Lin script and all will work well :o)
 
see you :o)
 
Nicolas.
-------------------------------------------------------------------------------------------------------------------------------------------------------
Salut
c'est normal je penses savoir pourquoi ca marche pas c'est que tu dois avoir mis ta redhat en francais,
pour corriger ce bug :
vi /etc/init.d/Win4Lin
 
au d�but du fichier apr�s :

# Do the system setup for Win4Lin/Merge that is required each time the
# system is rebooted.
 
NULL=/dev/null
 
rajoute en dessous:
LANG=C
 
et modifi :
export NULL
 
en
export NULL LANG
 
et ca marchera :o)
mais relance le script avant de relancer windows ;o)
 
 
bye bye
 
Nicolas.
----- Original Message -----
Sent: Wednesday, August 01, 2001 7:17 PM
Subject: [Win4Lin-users] MERGE NIC problem

I just installed W4L v3 on RH7.1 box with the VNET option.  I have setup the networking components as outlined in the .pdf documentation, but I continue to recieve the follow message on win98se startup: "... Merge NIC (000) is not working correctly ...".  Any ideas/suggestions on how to get this corrected?

Reply via email to