Hi, Well the permission denied error is a start. we have a few options: 1) you don't have permission to execute the tools/mknod-cpio.pl 2) it tries to do something you are not allowed. 3) something completely different
check with ls -l if you have permission to execute mknod-cpio.pl. If not do chmod +x mknod-cpio.pl. The script call /usr/bin/perl. Are you allowed to do that? try /usr/bin/perl -v to see if you can start perl. Did you try this as root? Probably yes, but just checking anyway. > debian:/usr/src/unattended-4.6/linuxboot# make tftpboot > tools/mknod-cpio.pl < misc/devices.txt >| devices.cpio.tmp > /bin/sh: line 1: tools/mknod-cpio.pl: Permission denied > make: *** [devices.cpio] Error 126 Good luck, Niels ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ unattended-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/unattended-devel
