GNU/Hurd and CloneZilla

2010-10-10 Thread Jose Luis Alarcon Sanchez
Hi Friends. I use Debian GNU/Hurd under Qemu, with a disk image that originally had 1,5 Gb. of size. Now, after more than a year of use it, the space on it is very limited: $ df -Th / df: Warning: cannot read table of mounted file systems FilesystemTypeSize Used Avail Use% Mounted on -

Re: flubber down for re-installation

2010-10-10 Thread Thomas Schwinge
Hello! On Fri, Oct 08, 2010 at 09:21:52AM +0200, I wrote: It's been a really long-long time (hooray!), but now flubber's root file system is totally hosed, and thus needs to be re-installed. I'll do this over the weekend. /home/ etc. are not affected, thanks to being on a separate

Re: GNU/Hurd and CloneZilla

2010-10-10 Thread Thomas Schwinge
Hello! First, for the future, please don't send the same email to two mailing lists independently; just use ``To: ML1, ML2''. When someone answers, the answer will go to both lists then, which I now had to manually adjust. On Sun, Oct 10, 2010 at 11:21:44AM +, Jose Luis Alarcon Sanchez

getpeername() bug with non-connected sockets

2010-10-10 Thread Pino Toscano
Hi, looking at the Python test suite output, I found an actual bug related to getpeername(). When called on non-connected sockets, it shall return ENOTCONN, but instead it returns -ENOTCONN. The attached testcase shows the issue: $ ./getpeername socket value, -1, -1073741881 vs 1073741881

Re: getpeername() bug with non-connected sockets

2010-10-10 Thread Samuel Thibault
Pino Toscano, le Sun 10 Oct 2010 23:46:10 +0200, a écrit : make_sockaddr_port() calls the getname function of the sock-ops of the current sock struct, which can be one of - linux-src/net/ipv6/af_inet6.c:inet6_getname() - linux-src/net/ipv4/af_inet.c:inet_getname() -