On Sat, 2011-02-26 at 18:10 +0100, Samuel Thibault wrote: > Svante Signell, le Sat 26 Feb 2011 16:33:50 +0100, a écrit : > > > > Having it installed results in the same errors with both the old and > > > > the new versions of libc installed. > > > > > > So I guess the libc I provided you didn't actually have the fix. > > > > I've been looking for an updated glibc for a few days now, are you > > compiling a new one? > > Err, where few = 2?
Sorry, it was not my intention to stress you you seem to be the only person actively working with GNU/Hurd. I really appreciate your help and support, thank you very much! > I'm sorry, but days are still 24h, of which I have to spend quite a few > on other things, and my boxes were busy doing something else that needed > a working pfinet, too. > > > If, not, where can I find the latest sources to try the compile > > myself? > > As usual in Debian : apt-get source eglibc. Does this not only give you the source of the latest released version? I was referring to the git,hg or whatever archive where the latest sources are checked in. > That being said, the libc I have put there _does_ include the fix, I can > restart ssh with it without problem, so I believe you didn't manage to > install it. One way that should be safe enough is to save it into, say, > /tmp/mylibc/libc.so.0.3, and use > > LD_LIBRARY_PATH=/tmp/mylibc /etc/init.d/ssh restart > > That being said, remember man 3 free: you can tell free() to ignore > errors by using > > export MALLOC_CHECK_=1 Thanks, I tried the updated libc and pfinet and my built dhcp-client on another computer and things seem to work!! :-) I'm not sure if it works though: Commenting out eth0 in /etc/network/interfaces and rebooting still gives a working network!? Where is the network defined and set up on the Hurd?? I think the problems on the other computer (build box) is related to the filesystem corruption. I'll send my patches as a bug report to Debian in a few days.