Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Community > Team MacNN > dntec RC5 Mac OS X client

dntec RC5 Mac OS X client
Thread Tools
Senior User
Join Date: Sep 2000
Location: Chicago
Status: Offline
Reply With Quote
May 25, 2001, 07:45 PM
 
hey, anyone know how to get the OS X version running? All I get is an unidentified file that prompts for what app to open it with when I download the OS X version. Just wondering, maybe I just need to wait for a real OS X version instead of this Darwin crap!
     
Moderator Emeritus
Join Date: Dec 2000
Location: College Park, MD
Status: Offline
Reply With Quote
May 25, 2001, 08:09 PM
 
My website
Help me pay for college. Click for more info.
     
Addicted to MacNN
Join Date: Dec 2000
Location: Maine
Status: Offline
Reply With Quote
May 28, 2001, 08:34 PM
 
I found that to be really confuseing with crontabs and what not so I just messed around with it and found it out

Download the client

put it in a folder that you know where it is

open up the Terminal

drage the little document DNECT form the PCC OSX forlder on to the terminal and you should see the words saying that Dnect lacated on the folder

then hit enter

now you will see the same set up screen to set it up in OS 9 and now you need to change the work load to only RC5 not ORC or any other.

If you want to reconfigure the settings then insted of hitting return you trype "-config" minus"" and you go back to the config window

try it out and see if it works becasue it worked for me

------------------
I Have a Super Computer

I GOT WASTED WITH PHIL SHERRY!!!
     
Moderator Emeritus
Join Date: Dec 2000
Location: College Park, MD
Status: Offline
Reply With Quote
May 28, 2001, 11:07 PM
 
When I get OSX running on a comp again I'll post a script so that you don't have to use cron.
It is what I used, it ran dnetc at startup.

------------------
G3 400, 384, 12 + 75 GB
PM 8500 - 150, 176, 4.3 GB
PM 7100 - 66, 32, 700 MB
PM 6100 - 66, 40, 1 GB
And the lowest of all:
Athlon Thunderbird 1000MHz, 128, 8GB
My website
Help me pay for college. Click for more info.
     
Addicted to MacNN
Join Date: Dec 2000
Location: Maine
Status: Offline
Reply With Quote
May 29, 2001, 07:29 AM
 
That would be sweet.

------------------
I Have a Super Computer

I GOT WASTED WITH PHIL SHERRY!!!
     
jeffhot  (op)
Senior User
Join Date: Sep 2000
Location: Chicago
Status: Offline
Reply With Quote
May 29, 2001, 11:13 AM
 
Yes, now I am curious about how AppleScript interacts with the Terminal. I knew the command line would lead to some fun in OS X!
     
Moderator Emeritus
Join Date: Dec 2000
Location: College Park, MD
Status: Offline
Reply With Quote
May 29, 2001, 02:06 PM
 
I don't know how it does.
The script was given to me by someone else, and it is UNIX. I know how to modify some of it, but not all of it.

I'm planning on learning OSX this summer.
I may even get OSX Server 2.0, if I can get a machine to run it.

------------------
G3 400, 384, 12 + 75 GB
PM 8500 - 150, 176, 4.3 GB
PM 7100 - 66, 32, 700 MB
PM 6100 - 66, 40, 1 GB
And the lowest of all:
Athlon Thunderbird 1000MHz, 128, 8GB
My website
Help me pay for college. Click for more info.
     
Mac Enthusiast
Join Date: Oct 1999
Status: Offline
Reply With Quote
May 31, 2001, 07:23 AM
 
What's the command you enter to get dnetc to run in the background in OSX? I didn't write the sucker down last time someone gave it to me. It's something like /& dnetc, I think. I just can't recall.
I am the harsh nemesis of all that is unclean!
     
Moderator Emeritus
Join Date: Dec 2000
Location: College Park, MD
Status: Offline
Reply With Quote
May 31, 2001, 12:20 PM
 
In command line, get to the directory that RC5 is in.
Type ./dnetc -quiet

That is all.

------------------
G3 400, 384, 12 + 75 GB
PM 8500 - 150, 176, 4.3 GB
PM 7100 - 66, 32, 700 MB
PM 6100 - 66, 40, 1 GB
And the lowest of all:
Athlon Thunderbird 1000MHz, 128, 8GB
My website
Help me pay for college. Click for more info.
     
Mac Enthusiast
Join Date: Oct 1999
Status: Offline
Reply With Quote
May 31, 2001, 01:25 PM
 
Originally posted by Scotttheking:
In command line, get to the directory that RC5 is in.
Type ./dnetc -quiet
Thank you, Mr. King.



------------------
I am the harsh nemesis of all that is unclean!
I am the harsh nemesis of all that is unclean!
     
Mac Enthusiast
Join Date: Oct 1999
Status: Offline
Reply With Quote
May 31, 2001, 05:42 PM
 
Originally posted by Scotttheking:
Type ./dnetc -quiet
OK, I did this. But now how do I kill this process when I need to? I see it's not listed as a process when I do a ps. I don't even know for sure that it's running, though I followed your instructions above.

I am the harsh nemesis of all that is unclean!
     
Moderator Emeritus
Join Date: Dec 2000
Location: College Park, MD
Status: Offline
Reply With Quote
Jun 1, 2001, 06:08 AM
 
Run 'top'.
Look for dnetc.
note the process number.
quit top.
type 'kill <process #>'
My website
Help me pay for college. Click for more info.
     
Mac Elite
Join Date: Oct 1999
Location: near Boulder, Colorado
Status: Offline
Reply With Quote
Jun 9, 2001, 11:22 AM
 
So, I updated to 10.0.3 and got the client to run, but it seems a lot slower. May be running larger packets, tho. Will see when it finishes a set. yup, about a third as fast.
Sure will be glad when OS X grows up... back to 9.1

Z
     
Mac Elite
Join Date: Feb 2001
Location: Washington, DC
Status: Offline
Reply With Quote
Jun 13, 2001, 11:46 PM
 
Originally posted by Scotttheking
:
<STRONG>When I get OSX running on a comp again I'll post a script so that you don't have to use cron.
It is what I used, it ran dnetc at startup.
</STRONG>
You mean a script in /library/StartupItems/ ? I just made one for my own use last week. I don't know much about making a tarball or package or anything, but I'd be willing to put it on my iDisk if there's interest.
/Earth\ Mk\.\ I{2}/
     
Moderator Emeritus
Join Date: Dec 2000
Location: College Park, MD
Status: Offline
Reply With Quote
Jun 14, 2001, 12:26 AM
 
Yep, that is what it is.
What is cool is that is says "starting distributed.net client" in the bootup box thing (haven't used OSX in a while).
Unless I'm being ripped off, I'll have a Tibook Friday.
I'll post the script then, unless you want to.
My website
Help me pay for college. Click for more info.
     
Fresh-Faced Recruit
Join Date: Apr 2001
Location: Dallas
Status: Offline
Reply With Quote
Jun 19, 2001, 02:46 PM
 
Test
     
Senior User
Join Date: Jul 2000
Status: Offline
Reply With Quote
Jun 22, 2001, 11:39 PM
 
I'm running RC5 on a dual 533 with OSX Server 2.0.

It dosn't seem to be giving me the results I was expecting. I have all the setting set to 'automatic' and have even tried setting the manualy to take advantage of the dual CPUS... howver, it is only doing 4.817M k/s when I run the benchmark. Does the benchmark routine not understand the dual?
     
Moderator Emeritus
Join Date: Dec 2000
Location: College Park, MD
Status: Offline
Reply With Quote
Jun 23, 2001, 11:19 AM
 
Multiply that by 2 and you have your crunch rate.
It is telling you one processor's score.
My website
Help me pay for college. Click for more info.
     
Grizzled Veteran
Join Date: Sep 2000
Location: East Africa
Status: Offline
Reply With Quote
Jun 28, 2001, 12:37 PM
 
slightly OT, maybe, but I don't know if anyone else is signed up on the macevangelist RC5 list. Here's a post that may or may not be useful (hopefully not, thpbbt)

&gt; From: "David Bulman" &lt;dbulman@inreach.com&gt;
&gt; Date: Wed, 16 May 2001 21:19:31 -0700
&gt;
&gt; Is there really no GUI type RC5 for Mac OS X ?
&gt; I am gradually spending more and more time on OSX, and the CLI
&gt; version just seems too much trouble to handle all the details.

There is a wrapper. I have a screenshot at http://www.carbonhosting.net/realmacshot.tiff

You can download it from the link here http://www.jmv.com.au/OSX_dnetc_wrap...r-2.app.tar.gz
Help find a cure for Malaria: crunch D2OL for Team Macnn.
     
Moderator Emeritus
Join Date: Dec 2000
Location: College Park, MD
Status: Offline
Reply With Quote
Jun 29, 2001, 08:49 PM
 
Ok, I posted the script in the public folder of my iDisk.
My name for that is sjaffa.

For the script to run, you need to set one of two things.
Either name the folder dnetc is in to /dnetc and put it in the root of your hard drive or open the text file in the distributeddotnet folder and change the path to where you copy is.

Put the distributeddotnet folder in /system/library/startupitems

Reboot.

Check if it is running, it should be.
That is it.
My website
Help me pay for college. Click for more info.
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 01:33 AM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2