David Walser <[EMAIL PROTECTED]> writes: > error in exec of stage 2 :-( > FATAL ERROR IN STAGE 1: Permission denied
at this step, the stage1 tries to run /usr/bin/runinstall2 maybe your mirror is on a fat partition (which doesn't handle symlinks)? a simple test: - in cooker/i586/Mandrake/mdkinst/usr/bin/perl-install/install2 replace "#!/usr/bin/perl" with "#!/usr/bin/perl -c" (the first line) - then try chroot cooker/i586/Mandrake/mdkinst /usr/bin/runinstall2 it should say: "/usr/bin/runinstall2 syntax OK" !! Don't forget to remove the "-c" you added from install2 !!
