Re: DEBUG trap breaks pipelines

2009-11-18 Thread Anirban Sinha
Hi All: This was brought up earlier this year. Unfortunatly, the patch suggested does not even compile. Is there any updates on this issue? Was there an updated patch that is known to have worked? We are experiencing a very similar issue on our box. Thanks, Ani l...@xx wrote: > Configurat

Re: bash40-011 patch can't be applied cleanly

2009-11-18 Thread Sergei Steshenko
--- On Wed, 11/18/09, Chet Ramey wrote: > From: Chet Ramey > Subject: Re: bash40-011 patch can't be applied cleanly > To: "Sergei Steshenko" > Cc: bug-bash@gnu.org, chet.ra...@case.edu > Date: Wednesday, November 18, 2009, 6:35 PM > Sergei Steshenko wrote: > > > As one can see, patches befor

Re: bash40-011 patch can't be applied cleanly

2009-11-18 Thread Chet Ramey
Sergei Steshenko wrote: > As one can see, patches before the one in question were cleanly applied. > > Could you please fix it ? $ cd bash-4.0 $ for f in {01..35}; do echo bash40-0$f: ; patch -p0 < ../bash-4.0-patches/bash40-0$f; done bash40-001: patching file parse.y patching file patchlevel.h

Re: readline60-004 does cannot be applied correctly

2009-11-18 Thread Chet Ramey
Sergei Steshenko wrote: > As one can see, patches before the one in question were applied silently, > and the last one failed. > > Could you please fix this ? $ cd readline-6.0 $ patch -p0 < ../readline-6.0-patches/readline60-001 patching file readline.h patching file display.c patching file ter

Re: bash40-011 patch can't be applied cleanly

2009-11-18 Thread Sergei Steshenko
--- On Wed, 11/18/09, Sergei Steshenko wrote: > From: Sergei Steshenko > Subject: bash40-011 patch can't be applied cleanly > To: bug-bash@gnu.org > Date: Wednesday, November 18, 2009, 5:43 PM > Hello, > > here is screen output of patches application process: > > " > build.pl :INFO: executin

bash40-011 patch can't be applied cleanly

2009-11-18 Thread Sergei Steshenko
Hello, here is screen output of patches application process: " build.pl :INFO: executing ==> cd /mnt/sdb8/sergei/AFSWD_debug/build/bash-4.0/../bash-4.0-patches; \patch -p0 < bash40-001 patching file ../bash-4.0/parse.y patching file ../bash-4.0/patchlevel.h build.pl :INFO: executing ==> cd /mn

Re: readline60-004 does cannot be applied correctly

2009-11-18 Thread Sergei Steshenko
Opops - sent to a wrong list - sorry. --- On Wed, 11/18/09, Sergei Steshenko wrote: > From: Sergei Steshenko > Subject: readline60-004 does cannot be applied correctly > To: bug-bash@gnu.org > Date: Wednesday, November 18, 2009, 4:55 PM > Hello, > > here is screen output of patches application

readline60-004 does cannot be applied correctly

2009-11-18 Thread Sergei Steshenko
Hello, here is screen output of patches application process: " build.pl :INFO: executing ==> cd /mnt/sdb8/sergei/AFSWD_debug/build/readline-6.0/../readline-6.0-patches; \patch -p0 < readline60-001 patching file ../readline-6.0/readline.h patching file ../readline-6.0/display.c patching file ../

Re: Group permissions question

2009-11-18 Thread Mike Frysinger
On Wednesday 18 November 2009 15:24:06 Velvet Pixel wrote: > How can I change permissions recursively for group but not affect the owner > or everybody permissions? this is a question for the coreutils list seeing as how they are the ones who manage the chmod utility, not the bash guys. that sai

Group permissions question

2009-11-18 Thread Velvet Pixel
How can I change permissions recursively for group but not affect the owner or everybody permissions? -- View this message in context: http://old.nabble.com/Group-permissions-question-tp26415081p26415081.html Sent from the Gnu - Bash mailing list archive at Nabble.com.