FAI & Shellshock

2014-10-17 Thread Peter Keller
Hello, I've run into an odd situation. I'm using fai 4.2.5 to install a 64-bit debian wheezy machine. Within that machine, I create a debian wheezy 32-bit chroot (using 's version for debian wheezy), which goes fine. I create the chroot like this: /usr/sbin/debootstrap --arch i386 wheezy /srv/w

Re: FAI & Shellshock

2014-10-17 Thread Thomas Lange
> On Fri, 17 Oct 2014 12:55:23 -0500, Peter Keller > said: > But when I enter the chroot, I see: > + chroot /srv/wheezy-i386-chroot /bin/bash -x > /bin/bash: BASH_FUNC_task_softupdate(): line 0: syntax error near > unexpected token `)' > /bin/bash: BASH_FUNC_task_sof

Re: FAI & Shellshock

2014-10-17 Thread Peter Keller
On Fri, Oct 17, 2014 at 12:55:23PM -0500, Peter Keller wrote: > + chroot /srv/wheezy-i386-chroot /bin/bash -x > /bin/bash: BASH_FUNC_task_softupdate(): line 0: syntax error near > unexpected token `)' > /bin/bash: BASH_FUNC_task_softupdate(): line 0: > `BASH_FUNC_task_softupdate() () { echo Perfor

Re: FAI & Shellshock

2014-10-17 Thread Peter Keller
On Fri, Oct 17, 2014 at 08:23:41PM +0200, Thomas Lange wrote: > > Is this a known problem? > Yes. #764313. > Please read > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=764313#10, where I > explain why this is happening. Ah, ok, good. Thank you! -pete