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()
> - linux-src/net/core/so
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
, -1, -1073741881 vs 1073741881
while it shou
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 wrot
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
> part
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
-