Re: Mersenne: Prime95 on linux, a tech question

1999-06-06 Thread poke
First of all put the following at the bottom of your /etc/rc.d/rc.local file: /Your/path/to/mprime/mprime To start it from the command line do this: nohup /Your/path/to/mprime/mprime -Chuck On Thu, 3 Jun 1999 [EMAIL PROTECTED] wrote: I'm trying to run mprime on a (test)webserver

Re: Mersenne: Prime95 on linux, a tech question

1999-06-06 Thread poke
I wouldn't recommend the " /dev/null" command. If you start it remotely, the stdout and stderr usually (but not always) go to e-mail. This way you can still see the output and not lose any critical messages... -Chuck On Thu, 3 Jun 1999, Philip Heede wrote: On Thu, 3 Jun 1999 12:03:25 +0200,

Re: Mersenne: Prime95 on linux, a tech question

1999-06-06 Thread Pierre Abbat
On Sun, 06 Jun 1999, [EMAIL PROTECTED] wrote: I wouldn't recommend the " /dev/null" command. If you start it remotely, the stdout and stderr usually (but not always) go to e-mail. This way you can still see the output and not lose any critical messages... I pipe the output to a program that

Re: Mersenne: Prime95 on linux, a tech question

1999-06-04 Thread Nicolau C. Saldanha
On Thu, 3 Jun 1999, Kevin Jaget wrote: On Thu, 03 Jun 1999 17:58:34 +0200, you wrote: On Thu, 3 Jun 1999 12:03:25 +0200, [EMAIL PROTECTED] wrote: Now I can start mprime remotely through telnet - which works fine. But as soon as I quit the particular telnet-session - mprime quits

Re: Mersenne: Prime95 on linux, a tech question

1999-06-04 Thread Pierre Abbat
if ( $mersenne 5 ) then Why 5? Isn't one enough? If there is more than one running, they'll just compete with each other for the CPU, even though they're being nice to everyone else. phma Unsubscribe list info --

Mersenne: Prime95 on linux, a tech question

1999-06-03 Thread f_3
I'm trying to run mprime on a (test)webserver (linux/apache) with no console access. Now I can start mprime remotely through telnet - which works fine. But as soon as I quit the particular telnet-session - mprime quits too. Anybody can give me a hint how do keep mprime running? thanks in

Re: Mersenne: Prime95 on linux, a tech question

1999-06-03 Thread Philip Heede
On Thu, 3 Jun 1999 12:03:25 +0200, [EMAIL PROTECTED] wrote: Now I can start mprime remotely through telnet - which works fine. But as soon as I quit the particular telnet-session - mprime quits too. Anybody can give me a hint how do keep mprime running? Sure.. I run mprime remotely on a

Re: Mersenne: Prime95 on linux, a tech question

1999-06-03 Thread Kevin Jaget
On Thu, 03 Jun 1999 17:58:34 +0200, you wrote: On Thu, 3 Jun 1999 12:03:25 +0200, [EMAIL PROTECTED] wrote: Now I can start mprime remotely through telnet - which works fine. But as soon as I quit the particular telnet-session - mprime quits too. Anybody can give me a hint how do keep