Hmmm, their source isn't quite right. It is actually
deb http://archive.progeny.com/progeny/ progeny main contrib
the extra progeny or stable or newton is needed. You can also get non-free:
deb http://archive.progeny.com/progeny/ stable main non-free contrib
On progeny debian's site, they include these instructions to upgrade from debian
potato to progeny:
Add a line to the top of the /etc/apt/sources.list file:
deb http://archive.progeny.com/progeny newton main contrib non-free
Run the following commands:
# apt-get update
# apt-get -f dist-upgrade
# apt-get install debconf
# apt-get install progeny-potato-upgrade
Install the progeny-standard-system package (recommended):
# apt-get install progeny-standard-system
Remove the progeny-potato-upgrade package:
# dpkg --remove progeny-potato-upgrade
Reboot your system (recommended).
http://www.progeny.com/download/
Cory
On Sat, May 05, 2001 at 11:33:22PM -0700, Cory Petkovsek wrote:
> >From linuxtoday:
>
> http://linuxtoday.com/news_story.php3?ltsn=2001-05-05-006-20-PS-DB-HL
>
> Pinehead.com: Upgrading libc6 to glibc 2.2
> in Debian
> May 5, 2001, 14 :00 UTC (4 Talkback[s]) (806 reads) (Other
> stories by Gothstone)
>
>
> [ Thanks to Gothstone for this link. ]
>
> Problem: Good old Debian only uses glibc2.1, and you have
> something that needs 2.2. Apt-get insists you have the newest
> version.
>
> Solution: Tell apt-get to get it from a different, but compatable
> distribution, namely progeny. Progeny is a new dist of debian, with
> many new features, including a new version of libc6.
> 1. Add a line to the top of the /etc/apt/sources.list file: deb
> http://archive.progeny.com/progeny main contrib
> 2. Run the command: # apt-get update
> 3. Run the command: # apt-get upgrade libc6
> 4. Let it do anything it suggests