Re: removed socket file descriptor
Marcus Brinkmann <[EMAIL PROTECTED]> writes: > BTW, the inet and local files should be hard links for better > performance. However, last time I tried it didn't work. Somebody > should try if it works [...] Works here. moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ "In short: just say NO TO DRUGS, and maybe you won't end up like the Hurd people." - Linus Torvalds. GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199 ___ Help-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-hurd
Re: removed socket file descriptor
On Mon, Oct 22, 2001 at 02:28:54PM +0200, Moritz Schulte wrote: > moritz@hurd:~$ ls -l /servers/socket/ > total 0 > crw-rw-rw-1 root root 0, 0 Oct 13 16:20 1 > crw-rw-rw-1 root root 0, 0 Oct 13 16:20 2 > lrwxrwxrwx1 root root1 Oct 13 16:20 inet -> 2 > lrwxrwxrwx1 root root1 Oct 13 16:20 local -> 1 > moritz@hurd:~$ > > To enable local sockets of the PF_LOCAL familiy, you should set up > pflocal: settrans -fg /servers/socket/1 /hurd/pflocal BTW, the inet and local files should be hard links for better performance. However, last time I tried it didn't work. Somebody should try if it works and fix any bugs if it doesn't, and then we can change native-install to create them as hard links. Thanks, Marcus -- `Rhubarb is no Egyptian god.' Debian http://www.debian.org [EMAIL PROTECTED] Marcus Brinkmann GNUhttp://www.gnu.org[EMAIL PROTECTED] [EMAIL PROTECTED] http://www.marcus-brinkmann.de ___ Help-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-hurd
Re: removed socket file descriptor
Maurizio Boriani <[EMAIL PROTECTED]> writes: > in order to make network running under my hurd box I've removed > /server/socket/*. I don't understand why removed the files. These are nodes where glibc expects to find these servers. > How can I do in order to replace this file descripor. I'm not sure what you mean. But to setup networking, you should recreate the files you've deleted. moritz@hurd:~$ ls -l /servers/socket/ total 0 crw-rw-rw-1 root root 0, 0 Oct 13 16:20 1 crw-rw-rw-1 root root 0, 0 Oct 13 16:20 2 lrwxrwxrwx1 root root1 Oct 13 16:20 inet -> 2 lrwxrwxrwx1 root root1 Oct 13 16:20 local -> 1 moritz@hurd:~$ To enable local sockets of the PF_LOCAL familiy, you should set up pflocal: settrans -fg /servers/socket/1 /hurd/pflocal > How them work in low level? What exactly do you want to know? > I'm using a 3com 905, gnumach support it? Hmm. At least, gnumach contains drivers for it, try if they work for you (I had problems with such a card). Does gnumach detect the card at bootup? You can read the boot messages from /dev/klog (translated to '/hurd/streamio kmsg') - but only once. If the card is detected, you can try to setup networking via installing the pfinet server. Check it's --help switch and/or the Hurd Installation guides, which explain how to do that. moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ "In short: just say NO TO DRUGS, and maybe you won't end up like the Hurd people." - Linus Torvalds. GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199 ___ Help-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-hurd