Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 71453 - mirrorselect appends bad data to make.conf
Summary: mirrorselect appends bad data to make.conf
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Everything (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo LiveCD Package Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-16 16:51 UTC by Travis Placek
Modified: 2004-11-16 16:56 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 Travis Placek 2004-11-16 16:51:22 UTC
When running mirrorselect with the following command on the c86 2004.3 minimal LiveCD, 
mirrorselect -a -s4 -o | grep 'GENTOO_MIRRORS=' >> /mnt/gentoo/etc/make.conf
make.conf is filled with Netselect is currently unable to handle ipv6, changing to Deep Test followed by garbage making make.conf in excess of 13,000 bytes

Reproducible: Always
Steps to Reproduce:
1.Boot x86 2004.3 live cd, mount hd partitions
2.mirrorselect -a -s4 -o | grep 'GENTOO_MIRRORS=' >> /mnt/gentoo/etc/make.conf


Actual Results:  
make.conf is appended with Netselect is currently unable to handle ipv6, 
changing to Deep Test and garbage characters.

Expected Results:  
Appended GENTOO_MIRRORS=
Comment 1 Travis Placek 2004-11-16 16:56:01 UTC
Same as bug 62899 for 2004.2

wget -t 1 -C off -T 25 -O - ${i}/distfiles/mirrorselect-test 2>/dev/null

Should be

wget -t 1 -C off -T 25 -O - ${i}/distfiles/mirrorselect-test 2>&1 >/dev/null