mersenneforum.org  

Go Back   mersenneforum.org > Extra Stuff > Linux

Reply
 
Thread Tools
Old 2015-11-23, 14:17   #12
Mark Rose
 
Mark Rose's Avatar
 
"/X\(‘-‘)/X\"
Jan 2013

1011011101002 Posts
Default

Quote:
Originally Posted by chalsall View Post
The other day I was interacting with a very serious technology companies' "front line" person.

She gave the URL verbally as "H T T P Colon Back Slash Back Slash"...

Just what (TFF) is it going to take to educate the populous of the difference between forward and back slashes?
I think it's people trying to sound more technical when it reality it makes them sound less so.
Mark Rose is offline   Reply With Quote
Old 2015-11-23, 18:20   #13
wildrabbitt
 
Jul 2014

3·149 Posts
Default

Used paulunderwood's linhk to get tinycore64 just to be sure I'm really using a 64 bit version so now I am.

sh: ./mprime: not found

is the message I get.

I know a file called mprime is in the folder because I do an ls and it shows up.
wildrabbitt is offline   Reply With Quote
Old 2015-11-23, 18:34   #14
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

37·263 Posts
Default

Quote:
Originally Posted by wildrabbitt View Post
I know a file called mprime is in the folder because I do an ls and it shows up.
What does "file ./mprime" show?

Edit:
Code:
[chalsall@fur prime]$ file ./mprime 
./mprime: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.9, not stripped

Last fiddled with by chalsall on 2015-11-23 at 18:36
chalsall is offline   Reply With Quote
Old 2015-11-23, 18:42   #15
wildrabbitt
 
Jul 2014

3×149 Posts
Default

When I type file ./mprime

I gtet

sh: file: not found

so it looks like I haven't got the command file to use for some reason.
wildrabbitt is offline   Reply With Quote
Old 2015-11-23, 19:01   #16
EdH
 
EdH's Avatar
 
"Ed Hall"
Dec 2009
Adirondack Mtns

11×347 Posts
Default

I know it was mentioned earlier (I didn't catch a response), but did you check the properties to make sure mprime permissions allow it to be executable?

Another thing to try is to give it the entire address instead of just ./.
EdH is offline   Reply With Quote
Old 2015-11-23, 19:05   #17
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

260316 Posts
Default

Quote:
Originally Posted by wildrabbitt View Post
When I type file ./mprime

I gtet

sh: file: not found

so it looks like I haven't got the command file to use for some reason.
You "gtet sh: file: not found"?

I try to be accommodating. But there comes a point where one gives up, and assumes a claimant is a waste of carbon.

Care to counter that claim?
chalsall is offline   Reply With Quote
Old 2015-11-23, 19:11   #18
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

37·263 Posts
Default

Quote:
Originally Posted by EdH View Post
Another thing to try is to give it the entire address instead of just ./.
Sigh... "./" == local directory.
chalsall is offline   Reply With Quote
Old 2015-11-23, 19:13   #19
wildrabbitt
 
Jul 2014

3×149 Posts
Default

If I knew what I was doing I wouldn't be asking for help.

If you don't want to help, let other people try please rather than humiliate me.
wildrabbitt is offline   Reply With Quote
Old 2015-11-23, 19:22   #20
paulunderwood
 
paulunderwood's Avatar
 
Sep 2002
Database er0rr

72338 Posts
Default

What does "uname -a" give when running tiny core?

What does "ls -l mprime" give?

You will need to run "./mprime -m" to get its menu system, in the directory where mprime resides. "cd" to it first.

Last fiddled with by paulunderwood on 2015-11-23 at 19:26
paulunderwood is offline   Reply With Quote
Old 2015-11-23, 19:28   #21
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

37×263 Posts
Default

Quote:
Originally Posted by wildrabbitt View Post
If I knew what I was doing I wouldn't be asking for help.

If you don't want to help, let other people try please rather than humiliate me.
I want to help. And I'm not trying to humiliate you.

But I expect those asking for help to at least try to help themselves, and to answer the questions given. And think for themselves, rather than expect the answers will be given to them.

I'll now ask again, what does "pwd" say to you? Here is what happens when I ask such a question on one of my systems:
Code:
factfind@www oneoff]$ pwd
/home/factfind/gpu/bin/oneoff
An important thing to learn is you will either think for yourself, or you will work for someone else.

The choice is for you (and others) to make. Alone.
chalsall is offline   Reply With Quote
Old 2015-11-23, 19:30   #22
EdH
 
EdH's Avatar
 
"Ed Hall"
Dec 2009
Adirondack Mtns

11·347 Posts
Default

Quote:
Originally Posted by chalsall View Post
Sigh... "./" == local directory.
What'll they think of next?

Edit: BTW, you know what happens when I run locate mprime and use the entire path at a command prompt?

Edit2 - an example (for the OP's possible interest):
Code:
math00@math00:~$ locate mprime
/home/math00/.cpan/build/Math-Prime-Util-0.55-t36yc8/t/11-sumprimes.t
/home/math00/.cpan/build/Math-Prime-Util-0.55-t36yc8/t/16-randomprime.t
/home/math00/Math/mprime
/home/math00/Math/mprime/license.txt
/home/math00/Math/mprime/mprime
/home/math00/Math/mprime/readme.txt
/home/math00/Math/mprime/stress.txt
/home/math00/Math/mprime/undoc.txt
/home/math00/Math/mprime/whatsnew.txt
math00@math00:~$ /home/math00/Math/mprime/mprime

Welcome to GIMPS, the hunt for huge prime numbers.  You will be asked a
few simple questions and then the program will contact the primenet server
to get some work for your computer.  Good luck!
...

Last fiddled with by EdH on 2015-11-23 at 19:47
EdH is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Posting log files or other text files Xyzzy Forum Feedback 3 2018-12-30 19:37
Is copying my complete "p95v285" folder to my new pc enough to continue? RienS Information & Answers 1 2014-11-14 21:47
Ubuntu storm5510 Linux 24 2013-11-08 20:59
Ubuntu 9.10 henryzz Linux 11 2010-01-29 21:31
Copying Latex No Longer Works? jinydu Information & Answers 2 2009-03-16 02:39

All times are UTC. The time now is 08:31.


Sat Jul 17 08:31:48 UTC 2021 up 50 days, 6:19, 1 user, load averages: 1.82, 1.67, 1.57

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.