Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 175312 - net-dialup/ppp-2.4.4-r4; shouldn't advice some kernel options in general
Summary: net-dialup/ppp-2.4.4-r4; shouldn't advice some kernel options in general
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High trivial
Assignee: Gentoo Dialup Developers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-20 07:19 UTC by Toralf Förster
Modified: 2007-04-20 13:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2007-04-20 07:19:20 UTC
As discussed here http://forums.gentoo.org/viewtopic.php?p=4017593#4017593 the package should limit its einfo/ewarn regarding optional kernel options to non-ADSL-users only.


Reproducible: Always
Comment 1 Alin Năstac (RETIRED) gentoo-dev 2007-04-20 12:30:19 UTC
Exactly what do you propose?

MPPE clearly specify it is mostly used by PPTP links. Idem SYNC_TTY.

DEFLATE and BSDCOMP should be enabled by all PPP users for avoiding potential problems with servers who don't accept no compression.
Comment 2 Toralf Förster gentoo-dev 2007-04-20 12:50:09 UTC
(In reply to comment #1)
> DEFLATE and BSDCOMP should be enabled by all PPP users for avoiding potential
> problems with servers who don't accept no compression.
Are these modules needed for ADSL users too ? If not, the hint sis only relevant for normal modem dialup lines, isn't it ?

Comment 3 Alin Năstac (RETIRED) gentoo-dev 2007-04-20 13:17:13 UTC
The deflate and bsdcomp compressions are not specific to a certain kind of PPP.
Having them enabled don't hurt no one. On the contrary, it will save you debug time when the peer will refuse to establish the connection without them. World is full of weird PPP implementations, ya know.

Besides, how would ebuild know what do you plan to do with pppd? PPPoE, PPPoA, PPTP, L2TP, dialup ... it is all the same for pppd. 

I will not add some USE flags just to display some messages in postinst. Closed as WONTFIX.