Re: "Translator died";cut & paste OK?

2002-11-03 Thread Marcus Brinkmann
On Sun, Nov 03, 2002 at 07:31:29PM +0100, sigbj-st wrote: > dd if=/dev/zero of=dummy.fs bs=1024k count=8 . > mke2fs dummy.fs > settrans -c dummy /hurd/ext2fs 'pwd' /dummy.fs > ls dummy > error:"translator died" In general, try using "settrans -a ..." to start up the filesystem

Re: "Translator died";cut & paste OK?

2002-11-03 Thread Neal H. Walfield
> In the reply Neal Walfield told me that my CUT and PASTE are > broken.I perceive this to be meant as my cut and paste bin > programs(?).I have tested these two programs and they work > individually on my hurd-box.If they are broken what do I do,or how > do I find out this? No, you misunderstood

RE: "Translator died";cut & paste OK?

2002-11-03 Thread sigbj-st
Trying out my Hurd-box with example from www.debian.org/ports/hurd/hurd-doc-translator As I wrote the other day my translators dies upon the following scheme: dd if=/dev/zero of=dummy.fs bs=1024k count=8 . mke2fs dummy.fs settrans -c dummy /hurd/ext2fs 'pwd' /dummy.fs ls dummy