![]() |
|
|
#1 |
|
Mar 2008
25 Posts |
Greetings,
I am trying to run mprime on an OpenBSD 4.1 box (i386, Athlon Tbird 1.0GHz). When I run mprime from the mprime2414-freebsd.tar.gz package, I get: Code:
Abort trap Code:
-bash: ./mprime: Operation not permitted |
|
|
|
|
|
#2 |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3×2,083 Posts |
I would think that you'd need to compile it from source, or at least get a binary compiled on another OpenBSD system of the same architecture. Thus, you should probably just get the source tarball and follow the directions included for building mprime.
|
|
|
|
|
|
#3 |
|
Sep 2002
Database er0rr
3,739 Posts |
My guess is you need the correct file permissions. Do "ls -l" to see what it they, read/write/execute, are now for owner/group/all. Then do "man chown" (q to quit) to read up on chown. Assuming you are in the correct directory: Do "chown u+x sprime"; Starting sprime's menu use "./sprime -m".
|
|
|
|
|
|
#4 | |
|
Mar 2008
25 Posts |
Quote:
)I actually got it to work by running the 23.5 FreeBSD version. Last fiddled with by robo_mojo on 2008-04-01 at 05:49 |
|
|
|
|
|
|
#5 |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3×2,083 Posts |
You should probably still try compiling the latest version from source, though--23.5 is pretty old. (I would suggest compiling v25.6, the latest beta version--but I don't think the source for 25.6 is publicly available, so v24.14 will have to do.)
|
|
|
|
|
|
#6 |
|
May 2005
1716 Posts |
The FreeBSD compatibility feature is active for kernels compiled with the COMPAT_FREEBSD option and the kern.emul.freebsd sysctl enabled. (/etc/sysctl.conf)
Make sure you use the freebsd sprime versions. Full instructions can be found here: http://www.weirdnet.nl/openbsd/mprime/ Last fiddled with by mathemajikian on 2008-05-04 at 12:50 |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| mPrime over SSH | Vincanis | Information & Answers | 4 | 2011-06-30 13:36 |
| FBI Backdoored OpenBSD? | ewmayer | Linux | 15 | 2010-12-18 05:52 |
| ECM using gmp-ecm and mprime on a P4 | geoff | Factoring | 60 | 2004-12-02 07:16 |
| Problem with mprime (Fixed with mprime -d) | antiroach | Software | 2 | 2004-07-19 04:07 |
| Running the client under OpenBSD 3.3 | _ArJaN_ | NFSNET Discussion | 8 | 2004-05-05 13:42 |