/var/lib/dpkg/info/libc0.3.postinst: line 20: 33 Killed update-rc.d "$@" >/dev/null dpkg: error processing libc0.3 (--configure): subprocess post-installation script returned error exit status 137
After some probing, i discovered that update-rc.d's arguements are: "glibc.sh start 01 S ."
However, the file glibc.sh does not exist. File glibc.sh.dpkg-new exists. So, when i manualy enter the correct file, this is what i get:
# update-rc.d glibc.sh.dpkg-new start 01 S . Adding system startup for /etc/init.d/glibc.sh ... /etc/rcS.d/S01glibc.sh -> ../init.d/glibc.shI think this is a packaging bug. But since i am clueless about the debian packaging system, i would love some feedback from the experts. Can somebody explain why this bug manifests only on the amd64 arch?
Thanks, Constantine