Re: fix for #682964 is incomplete, maybe related to #630581

2012-11-10 Thread Helmut Grohne
On Thu, Nov 08, 2012 at 10:13:59AM +0100, Uwe Kleine-König wrote: > So copy_exec behaves like cp(1). Maybe introduce a warning for wheezy if > the 2nd argument is a directory in /? This isn't 100% fail-safe but > should catch most cases (among them all of the above instances). No, copy_exec does n

Re: fix for #682964 is incomplete, maybe related to #630581

2012-11-08 Thread Uwe Kleine-König
Hello, On Thu, Nov 08, 2012 at 09:51:57AM +0100, Helmut Grohne wrote: > So I had a further look into the dropbear initramfs issue. The code > where the breakage occurs is dropbear's hook: > > | LIBC_DIR=$(ldd /usr/sbin/dropbear | sed -n -e 's,.* => > \(/lib.*\)/libc\.so\..*,\1,p') > | for so in

Re: fix for #682964 is incomplete, maybe related to #630581

2012-11-08 Thread Helmut Grohne
So I had a further look into the dropbear initramfs issue. The code where the breakage occurs is dropbear's hook: | LIBC_DIR=$(ldd /usr/sbin/dropbear | sed -n -e 's,.* => \(/lib.*\)/libc\.so\..*,\1,p') | for so in $(find "${LIBC_DIR}" -name 'libnss_compat*'); do | copy_exec "${so}" "${LIBC_