![]() |
|
|
#23 |
|
"Mike"
Aug 2002
25·257 Posts |
Don't run as root or use su/sudo.
Code:
cd ~ cd Desktop/prime0 ls -la ./mprime -m |
|
|
|
|
|
#24 | |||
|
Sep 2002
Database er0rr
3,739 Posts |
Yes. Be yourself!
Quote:
Quote:
Quote:
If you still can't get samba running I will run through the process here. |
|||
|
|
|
|
|
#25 |
|
May 2005
23×7×29 Posts |
Here you go.
|
|
|
|
|
|
#26 |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
10,753 Posts |
|
|
|
|
|
|
#27 |
|
May 2005
23×7×29 Posts |
Here you go:
Code:
./mprime: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.5, dynamically linked (uses shared libs), for GNU/Linux 2.2.5, stripped |
|
|
|
|
|
#28 |
|
May 2005
23×7×29 Posts |
BTW: the same problem applies to LLR
sr1sieve-k8 is working flawlessly, so perhaps I am missing some libraries to run mprime/LLR?BTW2: SMB is functioning thanks for your help! BTW3: sprime is working fine
Last fiddled with by Cruelty on 2007-02-19 at 23:14 |
|
|
|
|
|
#29 |
|
Sep 2002
Database er0rr
72338 Posts |
You could try "sllr", or maybe install "multilib".
|
|
|
|
|
|
#30 |
|
May 2005
23·7·29 Posts |
sllr will most likely work as sprime does. Today I left PC with four instances of Small-FFT torture test to verify it's stability under Linux.
Some other news:
|
|
|
|
|
|
#31 |
|
May 2005
23·7·29 Posts |
OK. The box is running the second week now using static executables, so I would like to investigate the possibility of running dynamic mprime and llr. Looking for "multilib" over on Ubuntu.com forums brought me nowhere so far
![]() The reason I ask is that the performance of sllr and sprime is ~3-5% lower than llr/prime95 under Windows XP... Last fiddled with by Cruelty on 2007-03-03 at 23:32 |
|
|
|
|
|
#32 |
|
Sep 2002
Database er0rr
3,739 Posts |
Another approach is to reinstall. Assuming you have one hard drive in the machine dedicated to linux:
4 partitions: /home for both / for ubuntu64 / for ubuntu32 swap During installation of the second operating system its bootloader will pick up the first. HTH Maybe another separate (common) "/boot" partition would help. Also maybe a common "/home" is not good. Instead mount stuff when the systems are built.... Last fiddled with by paulunderwood on 2007-03-04 at 02:56 |
|
|
|
|
|
#33 |
|
Mar 2003
New Zealand
13·89 Posts |
If you run `ldd ./mprime' that should show whether you have any dynamic libraries missing.
|
|
|
|