> --- Urspr|ngliche Nachricht --- > Von: David Terrell <[EMAIL PROTECTED]> > An: Ash Williams <[EMAIL PROTECTED]> > Kopie: misc@openbsd.org > Betreff: Re: Assembly Language Programs > Datum: Wed, 12 Apr 2006 03:14:33 -0500 > > On Wed, Apr 12, 2006 at 05:45:30PM +1000, Ash Williams wrote: > > > what I have is > > > > > > #./<name> > > > #ksh: Operation not permitted > > > > > > > > > Someone knows what is happenig ? > > > > I've not done any ASM on OpenBSD although i have a bit of experience > > with FreeBSD. Have you looked at the syscalls located in > > /usr/src/sys/kern/syscalls.master - these may differ from the syscalls > > FreeBSD uses. > > You're correct. If you really feel like continuing to waste your time > with this nonsense, skip to step two which uses the C library to call > functions instead of hardcoded sytem call numbers. >
Hi, and most likely cause of ksh-error message is that the current directory is mounted with noexec option. Thus you cannot start the executable. Regards Stefan Kell