Message boards : Server programs : Problem Creating Projects: "Generating encryption keys"
Message board moderation
Author | Message |
---|---|
Send message Joined: 7 Jun 12 Posts: 4 |
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. |
Send message Joined: 7 Jun 12 Posts: 4 |
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! |
Send message Joined: 23 May 06 Posts: 41 |
You have to compile the crypt_prog separately. yoyo Germany biggest distributed computing community Rechenkraft.net |
Send message Joined: 22 Feb 13 Posts: 1 |
I'm encountring the same trouble, can you please telle me more about the solution ? |
Send message Joined: 21 Jun 06 Posts: 156 |
I hope I posted this to the correct section! Assistance is still needed as I have yet to find a solution to this problem.. Have you run "make" after ./configure? This compiles also the crypt_prog. |
Send message Joined: 4 Jul 12 Posts: 321 |
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. |
Send message Joined: 14 May 13 Posts: 5 |
compile the source code... then move to were your cryp_prog is then run this comand ./crypt_prog -genkey 1024 priv.key pub.key |
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.