Re: Hurd Installation (panic)

2003-05-05 Thread PUYDT Julien
Le dim 04/05/2003 à 21:41, Ashish Gokhale a écrit : # For booting GNU/Hurd title GNU/Hurd + Mach root (hd0,3) # Primary Master 4th partition. kernel /boot/gnumach.gz root=hd0s4 module /boot/serverboot.gz boot This doesn't look like a reasonable GNU entry: title GNU root (hd0,0) kernel

Re: filesystem hosed once more...

2003-05-05 Thread Johannes Rohr
[EMAIL PROTECTED] (Neal H. Walfield) writes: I have typescripts of dumpe2fs and e2fsck available, if anyone would like to examine them, please let me know. [...] They really do not provide any interesting information. Is it your root file system which is crashing (and therefore

How to debug translators?

2003-05-05 Thread Johannes Rohr
Hello, since my box has network access now, I was very curious to try out the Hurd's famous translators. But both the nfs and the ftpfs translator do not seem to work. Do I assume correctly that for nfs, all I have to do is settrans /some/place /hurd/nfs host:/someexport ? I've tried this a

Re: How to debug translators?

2003-05-05 Thread Ludovic Courtès
Hi, On Mon, May 05, 2003 at 12:09:10PM +0200, Johannes Rohr wrote: since my box has network access now, I was very curious to try out the Hurd's famous translators. But both the nfs and the ftpfs translator do not seem to work. Do I assume correctly that for nfs, all I have to do is

Re: How to debug translators?

2003-05-05 Thread Gaël Le Mignot
Hello Johannes! 05 May 2003 12:09:10 +0200, you wrote: settrans /some/place /hurd/nfs host:/someexport ? I've tried this a number of times with a nfs-exported directory that I had mounted before without any problem while running GNU/Linux. But all I get is '/some/place: translator

Re: How to debug translators?

2003-05-05 Thread Neal H. Walfield
Johannes Rohr [EMAIL PROTECTED] writes: should be enough, not? Again, I only see 'translator died'. How can I gather further info? Try setting an active translator (i.e. `settrans -a') so that all output goes to your terminal instead of /dev/null. Second: I should probably recompile the

Re: How to debug translators?

2003-05-05 Thread Alfred M. Szmidt
The same goes for the ftpfs translator. settrans /debian /hurd/ftpfs ftp.de.debian.org:/ The syntax is; settrans /debian /hurd/ftpfs / ftp.de.debian.org The Johannes gave is correct, from [hurd]/ftpfs/ftpfs.c: static char *doc = Hurd ftp filesystem translator. \vIf SERVER is not

Re: How to debug translators?

2003-05-05 Thread Gaël Le Mignot
Hello Alfred! Maybe you should read it? =) Stop your stupid behavior. He asked for help on the list because what he did doesn't work, I say to him how I do since it works for me. -- Gael Le Mignot Kilobug - [EMAIL PROTECTED] - http://kilobug.free.fr GSM : 06.71.47.18.22 (in France)

Re: How to debug translators?

2003-05-05 Thread Alfred M. Szmidt
I actually think there might be a bug in the parser that makes the server:fs notation not working, I had similar issues with ftpfs I think. Last time I checked the behaviour worked correctly, but this was a while; but I might remeber something else that is completely irrelevent to this.

Re: How to debug translators?

2003-05-05 Thread Alfred M. Szmidt
Maybe you should read it? =) Stop your stupid behavior. He asked for help on the list because what he did doesn't work, I say to him how I do since it works for me. You might stop _your_ stupid behaviour and saying things that are completely wrong and accept an polite correction.

Re: Hurd Installation (panic)

2003-05-05 Thread Patrick Strasser
PUYDT Julien wrote: [GRUB entry for the Hurd] title GNU root (hd0,0) kernel /boot/gnumach.gz root=device:hd0s1 module /hurd/ext2fs.static --multiboot-command-line=${kernel-command-line} --host-priv-port=${host-port} --device-master-port=${device-port} --exec-server-task=${exec-task} -T typed

Re: How to debug translators?

2003-05-05 Thread Gaël Le Mignot
Hello Alfred! Mon, 05 May 2003 16:31:15 +0200, you wrote: Maybe you should read it? =) Stop your stupid behavior. He asked for help on the list because what he did doesn't work, I say to him how I do since it works for me. You might stop _your_ stupid behaviour and saying

Re: How to debug translators?

2003-05-05 Thread Johannes Rohr
[EMAIL PROTECTED] (Gaël Le Mignot) writes: [...] The same goes for the ftpfs translator. settrans /debian /hurd/ftpfs ftp.de.debian.org:/ The syntax is; settrans /debian /hurd/ftpfs / ftp.de.debian.org I've tried both and didn't see any difference. Try /hurd/ftpfs --help for

Re: How to debug translators?

2003-05-05 Thread Johannes Rohr
Ludovic Courtès [EMAIL PROTECTED] writes: [...] For debugging purposes, you should use settrans -a which makes the translator active; adding -P will make settrans wait until you press a key. This way, you have enough time to get the PID of the translator, run gdb /hurd/nfs PID, and press