[Devel] Re: [PATCH 10/10] Document usage of multiple-instances of devpts

2008-09-27 Thread sukadev
Alan Cox [EMAIL PROTECTED] wrote: | Ok I'm happy with this patch set. It appears correct as far as the tty | side is concerned, it looks sensible in terms of interface with the | devpts layer. Alan, Peter: Thanks for review and feedback. | | Really depends what everyone else thinks about the

[Devel] Re: [PATCH 10/10] Document usage of multiple-instances of devpts

2008-09-27 Thread sukadev
Serge E. Hallyn [EMAIL PROTECTED] wrote: | No luck yet finding my random lockup (it *should* be obvious), but do | notice that you ignore the return value of get_sb_single() in | init_pts_mount(). Certainly that should be fixed. Good catch. Will fix it. Thanks, Suka

[Devel] Re: [PATCH 10/10] Document usage of multiple-instances of devpts

2008-09-27 Thread sukadev
Serge E. Hallyn [EMAIL PROTECTED] wrote: | + Or, in general, container-startup scripts should use: | + | + mount -t devpts -o newinstance -o ptmxmode 0666 devpts /dev/pts | | ptmxmode=0666 | | That is, of course, crucial, this being the documentation :) Agree :-)

[Devel] Re: [PATCH 10/10] Document usage of multiple-instances of devpts

2008-09-24 Thread Serge E. Hallyn
Quoting [EMAIL PROTECTED] ([EMAIL PROTECTED]): From 6d2fe9386880157f871667077db3180e9f0083a1 Mon Sep 17 00:00:00 2001 From: Sukadev Bhattiprolu [EMAIL PROTECTED] Date: Tue, 9 Sep 2008 10:43:50 -0700 Subject: [PATCH 10/10] Document usage of multiple-instances of devpts Signed-off-by:

[Devel] Re: [PATCH 10/10] Document usage of multiple-instances of devpts

2008-09-22 Thread Serge E. Hallyn
Quoting [EMAIL PROTECTED] ([EMAIL PROTECTED]): Alan Cox [EMAIL PROTECTED] wrote: | Ok I'm happy with this patch set. It appears correct as far as the tty | side is concerned, it looks sensible in terms of interface with the | devpts layer. Alan, Peter: Thanks for review and feedback. |

[Devel] Re: [PATCH 10/10] Document usage of multiple-instances of devpts

2008-09-22 Thread Serge E. Hallyn
Quoting [EMAIL PROTECTED] ([EMAIL PROTECTED]): Alan Cox [EMAIL PROTECTED] wrote: | Ok I'm happy with this patch set. It appears correct as far as the tty | side is concerned, it looks sensible in terms of interface with the | devpts layer. Alan, Peter: Thanks for review and feedback. |

[Devel] Re: [PATCH 10/10] Document usage of multiple-instances of devpts

2008-09-22 Thread Serge E. Hallyn
Quoting Serge E. Hallyn ([EMAIL PROTECTED]): Quoting [EMAIL PROTECTED] ([EMAIL PROTECTED]): Alan Cox [EMAIL PROTECTED] wrote: | Ok I'm happy with this patch set. It appears correct as far as the tty | side is concerned, it looks sensible in terms of interface with the | devpts layer.

[Devel] Re: [PATCH 10/10] Document usage of multiple-instances of devpts

2008-09-19 Thread Alan Cox
Ok I'm happy with this patch set. It appears correct as far as the tty side is concerned, it looks sensible in terms of interface with the devpts layer. Really depends what everyone else thinks about the vfs bits and the API ___ Containers mailing list

[Devel] Re: [PATCH 10/10] Document usage of multiple-instances of devpts

2008-09-19 Thread H. Peter Anvin
Alan Cox wrote: Ok I'm happy with this patch set. It appears correct as far as the tty side is concerned, it looks sensible in terms of interface with the devpts layer. Really depends what everyone else thinks about the vfs bits and the API The last version looks fine to me. To be fair, I