Problem Creating Projects: "Generating encryption keys"

Message boards : Server programs : Problem Creating Projects: "Generating encryption keys"
Message board moderation

To post messages, you must log in.

AuthorMessage
bp

Send message
Joined: 7 Jun 12
Posts: 4
United States
Message 44432 - Posted: 8 Jun 2012, 20:09:37 UTC

Hello,

I am completely new to many, if not all, concepts that BOINC uses. Mainly, this is my first time using linux and terminal commands in general. Thus, I am unsure as to what useful information I should provide in this thread to better describe my situation. If I should provide any additional information, please let me know.

I am not the one who set up the server computer with boinc, so my knowledge is limited. I have been assigned my own account to the server computer and have downloaded the most recent stable version of boinc.

I am attempting to using my Windows 7 laptop to ssh a server computer that has already been set up for me to create a test project to see if a server-computer-to-client-computer communication can be established. Mainly, if I can assign these simple projects created on the server computer to my laptop and receive the results.

I have attempted to follow these guides:

http://www.boinc-wiki.info/How_to_create_a_BOINC_Project_-_Step_By_Step_instructions

and

http://boinc.berkeley.edu/trac/wiki/QuickStart

I was able to run "./configure" using --disable-client and --disable-server and "make" seemed to encounter no problems. However, when attempting to run "make_project", I receive an error regarding crypt_prog not being found, despite that it exists and is in the specific directory.

I have attached two screenshots that hopefully better describe my situation. How do I get rid of this error and proceed with creating my project?






Thank you very much for your assistance! I apologize if any part of my thread is confusing. If clarifications are necessary, please let me know.
ID: 44432 · Report as offensive
bp

Send message
Joined: 7 Jun 12
Posts: 4
United States
Message 44470 - Posted: 12 Jun 2012, 19:15:02 UTC - in response to Message 44432.  

I hope I posted this to the correct section! Assistance is still needed as I have yet to find a solution to this problem..

Thank you very much!
ID: 44470 · Report as offensive
Profile yoyo
Avatar

Send message
Joined: 23 May 06
Posts: 41
Germany
Message 44855 - Posted: 12 Jul 2012, 21:21:11 UTC

You have to compile the crypt_prog separately.
yoyo
Germany biggest distributed computing community Rechenkraft.net
ID: 44855 · Report as offensive
youba

Send message
Joined: 22 Feb 13
Posts: 1
Algeria
Message 47940 - Posted: 22 Feb 2013, 17:42:51 UTC - in response to Message 44470.  

I'm encountring the same trouble, can you please telle me more about the solution ?
ID: 47940 · Report as offensive
rebirther
Avatar

Send message
Joined: 21 Jun 06
Posts: 156
Germany
Message 47948 - Posted: 24 Feb 2013, 17:05:15 UTC - in response to Message 44470.  

I hope I posted this to the correct section! Assistance is still needed as I have yet to find a solution to this problem..

Thank you very much!


Have you run "make" after ./configure? This compiles also the crypt_prog.
ID: 47948 · Report as offensive
ChristianB
Volunteer developer
Volunteer tester

Send message
Joined: 4 Jul 12
Posts: 321
Germany
Message 47969 - Posted: 25 Feb 2013, 16:02:23 UTC

The original post is rather old and I don't know what you already did to get the error described there. But here are the commands that should build the server code on your machine:
$ cd ~/boinc-src
$ ./_autosetup
$ ./configure --disable-client --disable-manager
$ make

If you're using the VM provided by BOINC this is basically done and crypt_prog is already compiled. For further assistance please post any error messages you get.
ID: 47969 · Report as offensive
Bloodshedder

Send message
Joined: 14 May 13
Posts: 5
Mexico
Message 49122 - Posted: 14 May 2013, 19:38:18 UTC

compile the source code... then move to were your cryp_prog is then run this comand ./crypt_prog -genkey 1024 priv.key pub.key
ID: 49122 · Report as offensive

Message boards : Server programs : Problem Creating Projects: "Generating encryption keys"

Copyright © 2024 University of California.
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.