Le Wed, Jan 12, 2000 at 08:44:03AM +0100, André Salaün a écrit:
> Après mise à jour vers 2.2.13-22mdk voilà qu'il me dit à l'ouverture de kppp
> que "le noyau n'a pas de support ppp  ni compilé à l'intérieur ni via le
> chargeur de modules" conultez votre administrateur;

Copie d'un post lu sur fcolc ce we:
--------------------------début de la copie-----------------------------
Je viens d'envoyer un mail à l'auteur de Kppp et voici sa réponse:

==========
Emmanuel Fleury wrote:
> 
> Hi,
> 
> I've a little problem with Kppp.
> 
> I have a RedHat 6.1 and after re-compiling my kernel (from 2.2.12-20 to
> 2.2.13) I noticed a little bug (non lethal bug).
> 
> Each time I launch kppp, the soft pop-up a windows with : "PPP support
> is missing!". But when you continue, everything is allright.

Luckily I made that check non-fatal for KDE 1.1.2.
 
> pppstats.cpp
> 
>  if(ioctl(s, SIOCGIFFLAGS, &ifr)<0){
>         perror("Couldn't find interface ppp0");
>         ::close(s);
>         s = 0;
>         return 0;
> 
> Is there anything to do with it? (I have no idea of the SIOCGIFFLAGS
> signal is)

Alan Cox applied a security fix to the Kernel that broke kppp's PPP
check (for users other than root). He is sorry about that but we have to
live with it. The simple fix is to put a "return true;" as the first
line into ppp_availble() (runtests.cpp) and fake success.

Harri.
==========

Visiblement, il s'agit d'un bug du 2.2.13 dû à Alan Cox. Qui devrait
être réglé dans le 2.2.14.
---------------------------fin de la copie------------------------------
Voila.
-- 
[EMAIL PROTECTED]
 "Aide-toi et Linux t'aidera"

Reply via email to