PPP compression

Marc SCHAEFER (schaefer@alphanet.ch)
29 Oct 1999 1914:39:59 +0200


Dr. S.K. Singh <sks@goat.up.nic.in> wrote:
> 	My Redhat Linux 6.0 kernel 2.2.12 gives following messages. Kindly
> let me know whether some thing is rong with line 4 to line 9 regarding
> ppp-compress.

You should configure your kernel with PPP as module, check you have
bsd_comp.o in /lib/modules/VERSION/net, and that maybe your /etc/conf.modules
is correctly configured.

> 	What is meant by ccp terminated by peer and compression disabled
> by peer?  Any information please!

> Oct 29 11:12:31 goat pppd[2377]: Compression disabled by peer.

So, basically, as bsd_compr.o was not loadable, compression was not negociated.
That's a minor problem. Your PPP connection presumably works:

> Oct 29 12:47:50 goat pppd[2377]: Connection terminated.
> Oct 29 12:47:50 goat pppd[2377]: Connect time 95.5 minutes.
> Oct 29 12:47:50 goat pppd[2377]: Sent 3284425 bytes, received 316681 bytes.
> Oct 29 12:47:51 goat pppd[2377]: Exit.

PS: I really think that all those Linux/PPP questions belong to
the linux-net and linux-ppp mailing-lists. This is not mgetty business.
It's already quite difficult to keep up with vgetty's problems.