Svante Signell, le Sun 27 Feb 2011 14:07:17 +0100, a écrit : > > > > As usual in Debian : apt-get source eglibc. > > Does this not only give you the source of the latest released version?
Yes. > I was referring to the git,hg or whatever archive where the latest > sources are checked in. apt-get source would tell you that URL, which happens to be svn://svn.debian.org/svn/pkg-glibc/glibc-package/trunk > > 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?? Again, as I said, GNU/Hurd doesn't use ifup/ifdown, it's all configured by running settrans on /servers/socket/2, and everything is kept on the filesystem. Samuel