Re: The patch of glibc which allows the user to override the pfinet server

2008-08-12 Thread zhengda
The new patch of glibc to override the default socket server: Needed for glibc-2_7-branch 2008-06-30 Zheng Da <[EMAIL PROTECTED]> * hurd/hurdsocks.c (_hurd_socket_server): Searches environment variables for the socket server insteading of using the default one. (SOCK_SERV_%d, SOCK_SER

Re: ikiwiki fuckup...

2008-08-12 Thread Madhusudan C.S
Hi Thomas, > The procfs change was uncommitted, which I can commit as soon as we know > who's the author, and the other change was a merge conflict which I'll > resolve as soon as I get access to flubber again. > > >diff --git a/community/procfs.mdwn b/community/procfs.mdwn >index 472c66c

Re: ikiwiki fuckup...

2008-08-12 Thread Thomas Schwinge
Hello! Olaf has noticed some oddities w.r.t. synchronicity between the flubber repository of the wiki and the web-interface's working copy. I can only suspect what was going on and then I would suspect that one of the machines crashed while internal synchronization between the two repositories wa

Re: The patch of pfinet

2008-08-12 Thread zhengda
[EMAIL PROTECTED] wrote: Hi, On Fri, Aug 08, 2008 at 08:09:24AM +0200, zhengda wrote: The patch enables the pfinet to work with the multiplexer and use the filter rule that only accepts the packet whose destination is the pfinet server. This rather sounds like two totally orthogonal

Re: The patch of glibc which allows the user to override the pfinet server

2008-08-12 Thread zhengda
Samuel Thibault wrote: zhengda, le Sun 10 Aug 2008 19:42:18 +0200, a écrit : Samuel Thibault wrote: if (domain > max_domain || servers[domain] == MACH_PORT_NULL) { char *name = NULL; char *np = NULL; if (__asprintf (&name, "SOCK_SERV_%d", domain) > 0) { np = geten

Re: The patch of glibc which allows the user to override the pfinet server

2008-08-12 Thread Samuel Thibault
zhengda, le Sun 10 Aug 2008 19:42:18 +0200, a écrit : > Samuel Thibault wrote: > if (domain > max_domain || servers[domain] == MACH_PORT_NULL) > { > char *name = NULL; > char *np = NULL; > > if (__asprintf (&name, "SOCK_SERV_%d", domain) > 0) > { > np = getenv (name); >

Re: The patch of pfinet

2008-08-12 Thread zhengda
[EMAIL PROTECTED] wrote: I don't know the rule either, if there is any... But it just seems reasonable to be consistent and use the same error code for an equivalent error condition... OK. Do you have any idea to prevent the mail client to do it? I use thunderbird. I didn't find anything tha