Re: [PATCH 0/4] Fix the binary ipc and uts namespace sysctls.

2006-11-28 Thread Herbert Poetzl
On Tue, Nov 28, 2006 at 08:38:25AM -0700, Eric W. Biederman wrote: > Herbert Poetzl <[EMAIL PROTECTED]> writes: > > > On Mon, Nov 27, 2006 at 03:40:35PM -0700, Eric W. Biederman wrote: > >> Herbert Poetzl <[EMAIL PROTECTED]> writes: > >> > >> > the linux banner needs some attention too, when I ge

Re: [PATCH 0/4] Fix the binary ipc and uts namespace sysctls.

2006-11-28 Thread Eric W. Biederman
Herbert Poetzl <[EMAIL PROTECTED]> writes: > On Mon, Nov 27, 2006 at 03:40:35PM -0700, Eric W. Biederman wrote: >> Herbert Poetzl <[EMAIL PROTECTED]> writes: >> >> > the linux banner needs some attention too, when I get >> > around, I'll send a patch for that ... >> >> In what sense? >> >> I ha

Re: [PATCH 0/4] Fix the binary ipc and uts namespace sysctls.

2006-11-28 Thread Herbert Poetzl
On Mon, Nov 27, 2006 at 03:40:35PM -0700, Eric W. Biederman wrote: > Herbert Poetzl <[EMAIL PROTECTED]> writes: > > > the linux banner needs some attention too, when I get > > around, I'll send a patch for that ... > > In what sense? > > I have trouble seeing the banner printed at bootup as bein

Re: [PATCH 0/4] Fix the binary ipc and uts namespace sysctls.

2006-11-27 Thread Eric W. Biederman
Herbert Poetzl <[EMAIL PROTECTED]> writes: > the linux banner needs some attention too, when I get > around, I'll send a patch for that ... In what sense? I have trouble seeing the banner printed at bootup as being problematic. Eric - To unsubscribe from this list: send the line "unsubscribe li

Re: [PATCH 0/4] Fix the binary ipc and uts namespace sysctls.

2006-11-27 Thread Herbert Poetzl
On Sun, Nov 26, 2006 at 09:59:26PM -0700, Eric W. Biederman wrote: > > The binary interface to the namespace sysctls was never implemented > resulting in some really weird things if you attempted to use > sys_sysctl to read your hostname for example. > > This patch series simples the code a littl

[PATCH 0/4] Fix the binary ipc and uts namespace sysctls.

2006-11-26 Thread Eric W. Biederman
The binary interface to the namespace sysctls was never implemented resulting in some really weird things if you attempted to use sys_sysctl to read your hostname for example. This patch series simples the code a little and implements the binary sysctl interface. In testing this patch series I d