hi, argh!
On Mon, Jan 04, 1999 at 07:23:24AM +0100, Marcus Brinkmann wrote: > > a) I did upload a tar file (9.5 MB) named > alpha.gnu.org/pub/gnu/hurd/contrib/marcus/gnu-19990104.tar.gz > md5sum: 8db6c7ccc4b1b8674014b82de9dd0e52 9536753 gnu-19990104.tar.gz > > Then you just need to fetch it and do > cd /gnu; tar -xpzvf path/to/gnu-19990104.tar.gz > > Boot your Hurd partition with the GRUB disk. Done. _almost_ done. Either run "native-install" under the hurd (probably "rm /dev/[a-z]* /servers/crash /servers/socket/?" prior), or run the following script. This is NECESSARY, or your translators are not set up. Have Fun, Marcus #!/bin/bash echo I am just checking if your filesystem is really writeable. fsysopts / --writable # Set up standard passive translators echo echo Now I set up the translators. If you get Operation not supported echo errors, you have forgotten to set the file system owner to \"hurd\"! /bin/settrans /servers/socket/1 /hurd/pflocal /bin/settrans /servers/socket/2 /hurd/pfinet /bin/settrans /servers/crash /hurd/crash # Setup crucial devices echo echo The next job is to setup device files. cd /dev /bin/sh ./MAKEDEV std ptyp ptyq -- "Rhubarb is no Egyptian god." Debian GNU/Linux finger brinkmd@ Marcus Brinkmann http://www.debian.org master.debian.org [EMAIL PROTECTED] for public PGP Key http://homepage.ruhr-uni-bochum.de/Marcus.Brinkmann/ PGP Key ID 36E7CD09

