Bug 2258
Summary: | There is no default conf.modules | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Marc MERLIN <marc_soft> |
Component: | initscripts | Assignee: | Bill Nottingham <notting> |
Status: | CLOSED DEFERRED | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.0 | CC: | ruff, rvokal |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 1999-08-18 21:22:15 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Marc MERLIN
1999-04-19 00:54:08 UTC
the installer writes some default entries if you do a base install. (alias parport_lowlevel parport_pc, for example). Thank you for the suggestion. It is being forwarded to a developer for further review. The ppp-compress aliases seem to be necessary for avoiding can't locate module ppp-compress-2[146] syslog errors. assigned to notting If a ppp peer has compression capabilities, pppd will negotiate with the peer for compression if the kernel can provide compression in the ppp driver. Adding the following to /etc/modules.conf will result in better ppp performace (if supported on the peer side). alias ppp-compress-21 bsd_comp alias ppp-compress-26 ppp_deflate alias ppp-compress-24 ppp_deflate Thanks, Chris Ruffin we're looking at adding more default entries in the future. |