Hi Stelian, I have had the same problem before. Do you have the zip file downloaded and installed on a "different mount point". It might be that you can execute /bin/sh no problem if it is on a different moint point than the jetspeed installation.
budwork:~# mount /dev/hda4 on / type ext3 (rw,errors=remount-ro) proc on /proc type proc (rw) devpts on /dev/pts type devpts (rw,gid=5,mode=620) /dev/hda3 on /boot type ext3 (rw) /dev/hdb4 on /home/buddy/windows2000 type ext3 (rw,noexec,nosuid,nodev) Here you see that /home/buddy/windows2000 has no execute permission. Kind regards J�rgen Hoffmann ByteACTION GmbH cert. Perl Programmer cert. Linux System Administrator cert. Java Programmer -----Urspr�ngliche Nachricht----- Von: Stelian Iancu [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 20. Dezember 2002 16:38 An: Jetspeed Users List Betreff: Re: AW: Newbie problem On Fri, 2002-12-20 at 12:33, J�rgen Hoffmann wrote: > Hi Stelian, > > make sure you have exec permissions on the mount point > > Kind regards > > J�rgen Hoffmann > ByteACTION GmbH > > cert. Perl Programmer > cert. Linux System Administrator > cert. Java Programmer > Well, if I execute /bin/sh as a normal user, it works. BTW, I've got that error even if I tried ./build.sh war as root. -- Regards, Stelian I. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
