![]() |
|
|
#12 |
|
Mar 2003
10011012 Posts |
I've used the command 'nohup' with success to do what you're trying to do.
For example, 'nohup nfsnetclient &'. By default, stdout is then written to nohup.out in the same directory. Hope this helps! Don Leclair don@nfsnet.org |
|
|
|
|
#13 |
|
Jan 2004
8516 Posts |
it works thanks, Don.
The only problem is in linux, when it starts, when i pressed enter, its stops the nohup and after, i was getting an IDLE. A friend is always getting an IDLE too :( gonna try it tomorrow morning. |
|
|
|
|
#14 | |
|
Bamboozled!
"𒉺𒌌𒇷𒆷ð’€"
May 2003
Down not across
10,753 Posts |
Quote:
Paul |
|
|
|
|
|
#15 |
|
Jan 2004
100001012 Posts |
why not printing the info to stdout reather then the stderr ?
|
|
|
|
|
#16 | |
|
Jun 2003
The Texas Hill Country
32×112 Posts |
Quote:
(1) stdout is involved in the stream for the real data. Using it for info gets tricky when you combine the programs in a different fashion than the one we happen to use. (2) using stderr is the "Unix way" to handle this kind of info. |
|
|
|
|
|
#17 |
|
Jan 2004
7·19 Posts |
it's the first distributed i saw running in tha way. But with the nohup, its working fine too.
|
|
|
|
|
#18 |
|
Mar 2004
5 Posts |
<code>
stef@heberge:~/NFSNET$ nohup ./nfsnetclient & [1] 31308 stef@heberge:~/NFSNET$ nohup: appending output to `nohup.out' stef@heberge:~/NFSNET$ ls Deutsch README.txt linesiever nfsnetclient nohup.out projects English UserManual log.txt nfsnetinit processors rootfinder stef@heberge:~/NFSNET$ ll total 363 drwxr-xr-x 4 stef stef 136 Jan 30 10:15 Deutsch drwxr-xr-x 4 stef stef 168 Jan 30 10:15 English -rw-r--r-- 1 stef stef 2656 Jan 30 10:15 README.txt drwxrwxr-x 3 stef stef 72 Jan 30 10:15 UserManual -rwxrwxr-x 1 stef stef 143858 Jan 30 10:15 linesiever -rw-r--r-- 1 stef stef 743 Mar 15 13:04 log.txt -rwxrwxr-x 1 stef stef 68551 Jan 30 10:15 nfsnetclient -rwxrwxr-x 1 stef stef 61826 Jan 30 10:15 nfsnetinit -rw------- 1 stef stef 430 Mar 24 22:04 nohup.out drwxrwxr-x 3 stef stef 104 Mar 15 13:05 processors drwxr-x--- 4 stef stef 104 Mar 15 13:06 projects -rwxrwxr-x 1 stef stef 71381 Jan 30 10:15 rootfinder [1]+ Segmentation fault nohup ./nfsnetclient </code> I don't understand why I still get "Segmentation fault" after running the client... Any idea? Stéphane |
|
|
|
|
#19 |
|
Jan 2004
2058 Posts |
and on my new linux box, im getting this problem:
Code:
19:19:14 Received assignment (Longhorn 10_223P_2 27807125-27807132)... 19:19:14 Building .in file... 19:19:14 Updating project .in file with assigned range... 19:19:14 Launching siever... decread_slong: Illegal characters in input 19:19:19 Siever finished... 19:19:19 Submitting results... 19:19:20 Results successfully submitted... 19:19:20 Requesting assignment... 19:19:20 Received assignment ( IDLE 0-0)... Any solution to solve this ? |
|
|
|
|
#20 |
|
Jan 2004
7×19 Posts |
stef: do ya think its caused by nfsnetclient or maybe it could be caused by the nohup's program ?
|
|
|
|
|
#21 |
|
Jan 2004
100001012 Posts |
i've saw this in my nohup.out:
Code:
... 12:24:34 Launching siever... Erroneous divisors in check_cofactor_status aout = 2668039, bout = 12125895, polynomial 1 abs(norm) = 226971656489343434280089631059411856769087801 Product of divisors = 405563936974238264535132056100225 Quotient = 559644573387 Remainder = 243705115034399649493285729375726 Divisor 1 = 22727 Divisor 2 = 114419 Divisor 3 = 3826741 Divisor 4 = 19518307 Divisor 5 = 31165425 Divisor 6 = 67 12:33:46 Siever finished... 12:33:46 Submitting results... 12:33:47 Results successfully submitted... 12:33:48 Requesting assignment... 12:33:48 Received assignment ( IDLE 0-0)... i really appreciate if someone can help me, and keep my machine crunching, cause im wasting my cpu cycle now Thanks in advance. Last fiddled with by junky on 2004-04-11 at 23:25 |
|
|
|
|
#22 |
|
Mar 2003
7×11 Posts |
That message usually indicates hardware problem, unfortunately. I saw it quite often when I had a stick of RAM that had several bad bits on it.
Unlike other distributed apps, the NFSNET client exercises a large block of RAM quite intensely and so it is somewhat more vulnerable to RAM errors. If you're running on an Intel-architecture box you might try Memtest86(http://memtest86.com) to see if there actually is a problem. It's a free OS-independent memory tester that has served me well many times. Don Leclair |
|
|
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Linux build for LLRNet client available! | axn | Sierpinski/Riesel Base 5 | 9 | 2008-11-26 03:47 |
| PPC/Linux PRP/LLR client | BlisteringSheep | Riesel Prime Search | 1 | 2007-02-02 12:30 |
| a simple question on the Linux client | nngs | Software | 1 | 2005-11-27 01:39 |
| Benchmark using linux mprime client? | nngs | Software | 2 | 2005-03-08 19:01 |
| Linux mprime client v22.8 problem | Prime Monster | Software | 6 | 2002-08-29 11:14 |