Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 414533 - sys-apps/baselayout-2.1: comment in /etc/modprobe.d/aliases.conf refers to outdated URL
Summary: sys-apps/baselayout-2.1: comment in /etc/modprobe.d/aliases.conf refers to ou...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
: 447030 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-05-03 22:48 UTC by Martijn Schmidt
Modified: 2012-12-16 23:53 UTC (History)
1 user (show)

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 Martijn Schmidt 2012-05-03 22:48:49 UTC
A comment in /etc/modprobe.d/aliases.conf refers to kerneli.org which doesn't exist, this is probably a typo of kernel.org.

# Crypto modules (see http://www.kerneli.org/)

Reproducible: Always

Steps to Reproduce:
1. cat /etc/modprobe.d/aliases.conf | grep Crypto

2. Note how the comment refers to http://www.kerneli.org/ which is a placeholder site for some domain-trader.

3. The correct URL is probably http://www.kernel.org/
Actual Results:  
You land on http://www-1.kerneli.org/ which is a spam-website.

Expected Results:  
To have the correct website listed, probably http://www.kernel.org/

martijn@martijnlaptop ~ $ cat /etc/modprobe.d/aliases.conf 
# Aliases to tell insmod/modprobe which modules to use 

# Uncomment the network protocols you don't want loaded:
# alias net-pf-1 off            # Unix
# alias net-pf-2 off            # IPv4
# alias net-pf-3 off            # Amateur Radio AX.25
# alias net-pf-4 off            # IPX
# alias net-pf-5 off            # DDP / appletalk
# alias net-pf-6 off            # Amateur Radio NET/ROM
# alias net-pf-9 off            # X.25
# alias net-pf-10 off           # IPv6
# alias net-pf-11 off           # ROSE / Amateur Radio X.25 PLP
# alias net-pf-19 off           # Acorn Econet

alias char-major-10-175 agpgart
alias char-major-10-200 tun
alias char-major-81     bttv
alias char-major-108    ppp_generic
alias /dev/ppp          ppp_generic
alias tty-ldisc-3       ppp_async
alias tty-ldisc-14      ppp_synctty
alias ppp-compress-21   bsd_comp
alias ppp-compress-24   ppp_deflate
alias ppp-compress-26   ppp_deflate

# Crypto modules (see http://www.kerneli.org/)
alias loop-xfer-gen-0   loop_gen
alias loop-xfer-3       loop_fish2
alias loop-xfer-gen-10  loop_gen
alias cipher-2          des
alias cipher-3          fish2
alias cipher-4          blowfish
alias cipher-6          idea
alias cipher-7          serp6f
alias cipher-8          mars6
alias cipher-11         rc62
alias cipher-15         dfc2
alias cipher-16         rijndael
alias cipher-17         rc5
                                                                                                                                                                                    
# Support for i2c and lm_sensors                                                                                                                                                    
alias char-major-89    i2c-dev
Comment 1 SpanKY gentoo-dev 2012-05-07 00:04:07 UTC
kerneli.org used to exist and be the center for kernel crypto

http://web.archive.org/web/20070212024256/http://www.kerneli.org/

but that's all been merged into mainline now, so don't need it anymore

http://sources.gentoo.org/baselayout/trunk/etc.Linux/modprobe.d/aliases.conf?r1=3201&r2=3202
Comment 2 SpanKY gentoo-dev 2012-12-16 23:53:50 UTC
*** Bug 447030 has been marked as a duplicate of this bug. ***