In message <[EMAIL PROTECTED]>, Tim writes:
>   On this same type of note; I get the following lines in my debug
>file:
>
>kernel: ppp0: no compressor for [15 3 29], 3
>  ->                            [1a 4  8], 4
>  ->                            [18 4  8], 4
>Any idea if these are also aliases for bsd_comp and ppp_deflate?  Any
>ideas at all?
>
>Thanx for any reply.
>


I started to look at the code to see if I could determine the answer to this 
and I think that I may have found an error. Could somebody please confirm this?

--------------------------------------------------------
*** linux/ppp.c_orig    Fri Dec  4 09:43:40 1998
--- linux/ppp.c Fri Dec  4 09:44:01 1998
***************
*** 2383,2389 ****

  out_no_comp:
        if (ppp->flags & SC_DEBUG)
!               printk(KERN_DEBUG "%s: no compressor for [%x %x %x], %x\n",
                       ppp->name, ccp_option[0], ccp_option[1],
                       ccp_option[2], nb);
        return (-EINVAL);       /* no handler found */
--- 2383,2389 ----

  out_no_comp:
        if (ppp->flags & SC_DEBUG)
!               printk(KERN_DEBUG "%s: no compressor for [%s %x %x], %x\n",
                       ppp->name, ccp_option[0], ccp_option[1],
                       ccp_option[2], nb);
        return (-EINVAL);       /* no handler found */         
out_no_comp:
        if (ppp->flags & SC_DEBUG)
                printk(KERN_DEBUG "%s: no compressor for [%x %x %x], %x\n",
                       ppp->name, ccp_option[0], ccp_option[1],
                       ccp_option[2], nb);
        return (-EINVAL);       /* no handler found */
} 

----------------------- cutter ----------------------


This would/should cause the name of the compressor to be printed.

Anyway, to answer the question, the hex numbers that are printed don't seem to 
make any sense to me.

Marc

-- 
Marc D. Behr                            [EMAIL PROTECTED]
PGP Key ID: 0x1F1920BC
Fingerprint20 = 7DC2 3B63 EEB4 9328 0D44  7AC6 7E73 BCBF 1F19 20BC       

Sweater, n.:
        A garment worn by a child when its mother feels chilly.



-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]

Reply via email to