Hi,
I've followed the instructions to install Debian SID on my GuruPlug Server Plus to sd card posted in this howto:
http://bzed.de//posts/2010/05/installing_debian_on_the_guruplug_server_plus/During the installation the errors mentioned in the howto appear (e.g. Make Installation bootable, etc) ... according to the howto i copied the kernel files to internal nand flash and configured the U-Boot to load kernel files from nand. Everything went fine but when i try to install the first package via apt-get install (e.g. Samba) i got an error :
tarting Samba daemons: nmbd smbd.
Setting up samba-common-bin (2:3.4.8~dfsg-1) ...
update-alternatives: using /usr/bin/nmblookup.samba3 to provide /usr/bin/nmblookup (nmblookup) in auto mode.
update-alternatives: using /usr/bin/net.samba3 to provide /usr/bin/net (net) in auto mode.
update-alternatives: using /usr/bin/testparm.samba3 to provide /usr/bin/testparm (testparm) in auto mode.
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-2.6.32-5-kirkwood
Generating kernel u-boot image... /usr/sbin/flash-kernel: 476: mkimage: not found
dpkg: error processing initramfs-tools (--configure):
subprocess installed post-installation script returned error exit status 127
Errors were encountered while processing:
initramfs-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)
Nevertheless the installed packages work fine...
How can i solve this error of update-initramfs ? Or can i just ignore ist ?
Thx 4 your help !!