You are looking at historical revision 25249 of this page. It may differ significantly from its current revision.

Chicken Playground

Chicken playground is chrooted environment to test and play with Chicken and its extensions. Currently there's one playground, which is a Debian Linux system for i386 machines. The environment contains the usual basic tools for GNU/Linux systems several libraries required to build most of the eggs.

Download

You can download it from http://www.call-cc.org/chicken-playground/chicken-playground-debian-i386-20110926.tar.bz2 (MD5 sum = 27a3bbc9b9844df5cb3919d21d24ec2a)

How to use it

1. Extract the archive

 tar xjvf chicken-playground-debian-i386-20110926.tar.bz2

2. Copy a working resolv.conf to the chroot environment

 cp /etc/resolv.conf chicken-playground-debian-i386-20110926/etc

3. As root, chroot to the newly created directory

 chroot chicken-playground-debian-i386-20110926 /bin/bash

4. Mount /proc in the chroot

 mount /proc

You're done! Now you can use the chroot environment as a regular GNU/Linux system.

Contact

Suggestions, questions and feedback may be sent to mario . goulart (at) gmail . com, or to the Chicken Users mailing list