 |
 |
RC5 for OS X question
|
 |
|
 |
|
Junior Member
Join Date: Jun 2000
Location: Where the grass is greener
Status:
Offline
|
|
Since RC5 for OS X is a command line app, can you make RC5 run in the background, like mysql or apache? so that it works even if you are logged out? I run RC5 when i'm on the computer but must leave it logged out when I'm away and so it pretty much defeats the purpose unless i can have it running all the time...
Thanks in advance
|
|
|
| |
|
|
|
 |
|
 |
|
Administrator 
Join Date: May 2000
Location: California
Status:
Offline
|
|
Check the team site for cronning instructions. If you run RC5 off the System's or Root's crontab, it will run even if everyone is logged out.
Also, you could try this. Open a Terminal window, su to root, cd to the RC5 folder, and start it up. Then close that Terminal window. Check with Processviewer, or with top in a different Terminal window. dnetc should still be running, under root ownership. Hopefully it would keep running even after you log out.
|
|
|
| |
|
|
|
 |
|
 |
|
Junior Member
Join Date: Oct 2001
Location: Tempe, AZ
Status:
Offline
|
|
if you type nohup before the command you use to start it, it should stay running until you kill it, even through log outs.
Geoff
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Sep 2001
Location: Chico, CA and Carlsbad, CA.
Status:
Offline
|
|
Originally posted by doggkruse:
<STRONG>if you type nohup before the command you use to start it, it should stay running until you kill it, even through log outs.
Geoff</STRONG>
You can also run the program with the "&" parameter... "./dnetc &".. I think this should work as well.
|
"In Nomine Patris, Et Fili, Et Spiritus Sancti"
|
| |
|
|
|
 |
|
 |
|
Forum Regular
Join Date: Jun 2001
Status:
Offline
|
|
For me, it still runs even if I logout and I started it with my admin account.
|
|
"It's not like Windows users don't have any power. I think a lot of people are happy with Windows, and that's an incredibly depressing thought." -Steve Jobs
|
| |
|
|
|
 |
|
 |
|
Junior Member
Join Date: Jun 2000
Location: Where the grass is greener
Status:
Offline
|
|
kick a**,
thanks guys...
I'm at work right now, I'll let you know if it works when i get home...
Ok now that i know how to do it in OS X what about OS 9 (i use multiple users)
Edit: Added the OS 9 question
[ 01-22-2002: Message edited by: Sam I Am ]
|
|
|
| |
|
|
|
 |
|
 |
|
Junior Member
Join Date: Jun 2000
Location: Where the grass is greener
Status:
Offline
|
|
I found that the
<BLOCKQUOTE><font size="1"face="Geneva, Verdana, Arial">code:</font><HR><pre><font size=1 face=courier> sudo nohup ./dnetc </font>[/code]
worked for me, thanks for the help
[ 01-23-2002: Message edited by: Sam I Am ]
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: May 2001
Location: Vancouver
Status:
Offline
|
|
Dogg,
I found that while:
#!/bin/sh
cd /Applications/Others/dnet
sudo nohup ./dnetc
works great as a script, I'm tarting to accumulate a several megabtye nohup file in the same directory.
Safe to kill?
Cheers.
Originally posted by doggkruse:
<STRONG>if you type nohup before the command you use to start it, it should stay running until you kill it, even through log outs.
Geoff</STRONG>
|
|
|
| |
|
|
|
 |
|
 |
|
Moderator Emeritus 
Join Date: Dec 2000
Location: College Park, MD
Status:
Offline
|
|
I find
./dnetc -quiet
to work just as well 
|
|
|
| |
|
|
|
 |
|
 |
|
Grizzled Veteran
Join Date: Sep 2000
Location: Florida
Status:
Offline
|
|
this works too, and is probably the easiest. run dnetc as normal in the terminal app. Then quit the terminal with dnetc running and click "quit anyway" in the dialog box that comes up. dnetc continues to run due to a minor minor flaw in the software. it will run if you log out, or do >console and don't even login. It will simply always run, until you kill it.
This won't work with SETI or Ubero though.
The & trick works well with SETI, just don't use the -verbose at the same time.
The nohup works with Ubero.
|
|
-- SBS --
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |
|