ZOTAC GAMING GeForce GTX 1650

Message boards : Number crunching : ZOTAC GAMING GeForce GTX 1650
Message board moderation

To post messages, you must log in.

Previous · 1 · 2 · 3 · 4 · 5 · 6 · 7 · Next

AuthorMessage
Profile Radjin Project Donor
Avatar

Send message
Joined: 2 May 00
Posts: 105
Credit: 14,928,529
RAC: 102
United States
Message 2012174 - Posted: 16 Sep 2019, 4:43:39 UTC - in response to Message 2012172.  
Last modified: 16 Sep 2019, 4:45:19 UTC

Does the lookup command give you the same key?



Same response...

can't connect to local host
Radjin~
ID: 2012174 · Report as offensive
TBar
Volunteer tester

Send message
Joined: 22 May 99
Posts: 5204
Credit: 840,779,836
RAC: 2,768
United States
Message 2012176 - Posted: 16 Sep 2019, 5:19:03 UTC - in response to Message 2012174.  

Always someone trying to do things the hard way ;-) I use Monitors on All my machines. Try adding the password cmd from here, https://boinc.berkeley.edu/wiki/Boinccmd_tool
~/BOINC$ ./boinccmd --project_attach http://setiathome.berkeley.edu --passwd <weak key>
At least we know both boinc & boinccmd work. I'm going to leave it to others, I use the GUI...
ID: 2012176 · Report as offensive
Profile Radjin Project Donor
Avatar

Send message
Joined: 2 May 00
Posts: 105
Credit: 14,928,529
RAC: 102
United States
Message 2012177 - Posted: 16 Sep 2019, 5:31:28 UTC - in response to Message 2012176.  
Last modified: 16 Sep 2019, 5:36:18 UTC

Always someone trying to do things the hard way ;-) I use Monitors on All my machines. Try adding the password cmd from here, https://boinc.berkeley.edu/wiki/Boinccmd_tool
~/BOINC$ ./boinccmd --project_attach http://setiathome.berkeley.edu --passwd <weak key>
At least we know both boinc & boinccmd work. I'm going to leave it to others, I use the GUI...


My main computer is not the web server, hence a headless unit. I would expect I could apt install a package and have it just work. All this configuration is kind of fun for a while; a distraction of sorts, but if something is just broken the fun begins to fade away.

I noticed that all this fiddling seems to have stopped outgoing traffic for my VPN. I wonder how that is related? I can still apt update and ping so all communication is not stopped.

Same response:
can't connect to local host

I think the syntax is right, there’s something else not allowing communication.

Thanks for the corrections and help though.
Radjin~
ID: 2012177 · Report as offensive
TBar
Volunteer tester

Send message
Joined: 22 May 99
Posts: 5204
Credit: 840,779,836
RAC: 2,768
United States
Message 2012178 - Posted: 16 Sep 2019, 5:53:15 UTC - in response to Message 2012177.  

I don't know how you have your machines setup, But, the Berkeley BOINC can be easily moved from one Linux machine to another. Just make sure to Zip the BOINC folder before moving it from one machine to another to preserve the Execute bits. You can Zip the BOINC folder, move it to another machine, attach the Host, then move the zipped BOINC folder back to the headless machine. That should work without any trouble.
ID: 2012178 · Report as offensive
Profile Keith Myers Special Project $250 donor
Volunteer tester
Avatar

Send message
Joined: 29 Apr 01
Posts: 13164
Credit: 1,160,866,277
RAC: 1,873
United States
Message 2012179 - Posted: 16 Sep 2019, 5:59:48 UTC

You are dealing with rpc's, remote procedure calls when using boinccmd. First thing is to make sure you have port 31416 open and not blocked by a firewall. Then you need to either reset the gui_rpc_auth.cfg file with your own password or delete the file and restart boinc. The boinccmd has to be able to talk to the client boinc and the password has to match.
Seti@Home classic workunits:20,676 CPU time:74,226 hours

A proud member of the OFA (Old Farts Association)
ID: 2012179 · Report as offensive
Profile Radjin Project Donor
Avatar

Send message
Joined: 2 May 00
Posts: 105
Credit: 14,928,529
RAC: 102
United States
Message 2012180 - Posted: 16 Sep 2019, 6:12:03 UTC - in response to Message 2012179.  

You are dealing with rpc's, remote procedure calls when using boinccmd. First thing is to make sure you have port 31416 open and not blocked by a firewall. Then you need to either reset the gui_rpc_auth.cfg file with your own password or delete the file and restart boinc. The boinccmd has to be able to talk to the client boinc and the password has to match.


When you say 31416 open, you mean for incoming and TCP.
Radjin~
ID: 2012180 · Report as offensive
Profile Keith Myers Special Project $250 donor
Volunteer tester
Avatar

Send message
Joined: 29 Apr 01
Posts: 13164
Credit: 1,160,866,277
RAC: 1,873
United States
Message 2012181 - Posted: 16 Sep 2019, 6:15:39 UTC - in response to Message 2012180.  

Yes, for both outgoing and incoming on tcp port 31416 for localhost.
Seti@Home classic workunits:20,676 CPU time:74,226 hours

A proud member of the OFA (Old Farts Association)
ID: 2012181 · Report as offensive
Profile Radjin Project Donor
Avatar

Send message
Joined: 2 May 00
Posts: 105
Credit: 14,928,529
RAC: 102
United States
Message 2012182 - Posted: 16 Sep 2019, 6:29:26 UTC - in response to Message 2012180.  
Last modified: 16 Sep 2019, 6:32:08 UTC

You are dealing with rpc's, remote procedure calls when using boinccmd. First thing is to make sure you have port 31416 open and not blocked by a firewall. Then you need to either reset the gui_rpc_auth.cfg file with your own password or delete the file and restart boinc. The boinccmd has to be able to talk to the client boinc and the password has to match.



Using find there were two instances of gui_rpc_auth.cfg; both deleted

There firewall is not active

sudo /sbin/iptables -L

Chain INPUT (policy ACCEPT)
target prot opt source destination

Chain FORWARD (policy ACCEPT)
target prot opt source destination

Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Radjin~
ID: 2012182 · Report as offensive
Spartana

Send message
Joined: 24 Apr 16
Posts: 99
Credit: 41,712,387
RAC: 25
United States
Message 2012197 - Posted: 16 Sep 2019, 11:14:26 UTC

Did you ever get the OpenSSL dependencies loaded??
ID: 2012197 · Report as offensive
Profile Radjin Project Donor
Avatar

Send message
Joined: 2 May 00
Posts: 105
Credit: 14,928,529
RAC: 102
United States
Message 2012205 - Posted: 16 Sep 2019, 12:42:27 UTC - in response to Message 2012197.  
Last modified: 16 Sep 2019, 12:45:02 UTC

Did you ever get the OpenSSL dependencies loaded??


Yes, using TBar’s instructions from https://setiathome.berkeley.edu/forum_thread.php?id=84658&postid=2012111#2012111.

ldd shows all dependencies met.
Radjin~
ID: 2012205 · Report as offensive
juan BFP Crowdfunding Project Donor*Special Project $75 donorSpecial Project $250 donor
Volunteer tester
Avatar

Send message
Joined: 16 Mar 07
Posts: 9786
Credit: 572,710,851
RAC: 3,799
Panama
Message 2012206 - Posted: 16 Sep 2019, 13:05:15 UTC
Last modified: 16 Sep 2019, 13:20:03 UTC

Why you not try to run in a more "conventional" way?

Start the boincmgr program, use his GUI to attach to the project, let him create all the needed files and links, be sure is running and crunching and then exit it.

Then go to control with boinccmd as apparently you wish to do?

Not believe you have troubles with the dependencies anymore since both programs (boinc client & manager) are running fine. As you posted.

This is exactly what this post suggest:

At least we know both boinc & boinccmd work. I'm going to leave it to others, I use the GUI...

ID: 2012206 · Report as offensive
Spartana

Send message
Joined: 24 Apr 16
Posts: 99
Credit: 41,712,387
RAC: 25
United States
Message 2012207 - Posted: 16 Sep 2019, 13:36:17 UTC - in response to Message 2012205.  



ldd shows all dependencies met.


Hmmm. Well, I am able to get the BOINC AIO running in Debian 10 through both the boincmgr GUI, and via boinccmd, using both SSL versions of the boinc file. Must be a problem with your specific machine. I did this all through the Gnome DE, so perhaps that is a factor, but I don't see why it would be for the command line operations.
ID: 2012207 · Report as offensive
Profile Radjin Project Donor
Avatar

Send message
Joined: 2 May 00
Posts: 105
Credit: 14,928,529
RAC: 102
United States
Message 2012210 - Posted: 16 Sep 2019, 14:03:15 UTC - in response to Message 2012206.  

Why you not try to run in a more "conventional" way?

Start the boincmgr program, use his GUI to attach to the project, let him create all the needed files and links, be sure is running and crunching and then exit it.

Then go to control with boinccmd as apparently you wish to do?

Not believe you have troubles with the dependencies anymore since both programs (boinc client & manager) are running fine. As you posted.

This is exactly what this post suggest:

At least we know both boinc & boinccmd work. I'm going to leave it to others, I use the GUI...


A headless system is likely more conventional and running a GUI would take resources, adding a monitor and a desktop install.

I appreciate all the help but I will continue to use the command line on my headless unit for those who can spare the time to assist.
Radjin~
ID: 2012210 · Report as offensive
TBar
Volunteer tester

Send message
Joined: 22 May 99
Posts: 5204
Credit: 840,779,836
RAC: 2,768
United States
Message 2012211 - Posted: 16 Sep 2019, 14:04:14 UTC - in response to Message 2012207.  
Last modified: 16 Sep 2019, 14:08:45 UTC

I think the problem is he isn't using the method for Remote RPC. Remote is different than Local RPC. The instructions are here, https://boinc.berkeley.edu/wiki/Controlling_BOINC_remotely
You might look into this thread, Problems with Boinc Tasks and linux
ID: 2012211 · Report as offensive
Profile Radjin Project Donor
Avatar

Send message
Joined: 2 May 00
Posts: 105
Credit: 14,928,529
RAC: 102
United States
Message 2012212 - Posted: 16 Sep 2019, 14:07:13 UTC - in response to Message 2012207.  



ldd shows all dependencies met.


Hmmm. Well, I am able to get the BOINC AIO running in Debian 10 through both the boincmgr GUI, and via boinccmd, using both SSL versions of the boinc file. Must be a problem with your specific machine. I did this all through the Gnome DE, so perhaps that is a factor, but I don't see why it would be for the command line operations.


Since starting to play with boinc I seem to have killed the http/https out from my system as it also has killed my VPN out to the web.
Radjin~
ID: 2012212 · Report as offensive
Spartana

Send message
Joined: 24 Apr 16
Posts: 99
Credit: 41,712,387
RAC: 25
United States
Message 2012214 - Posted: 16 Sep 2019, 14:25:30 UTC - in response to Message 2012212.  



Since starting to play with boinc I seem to have killed the http/https out from my system as it also has killed my VPN out to the web.


Maybe try deleting the soft links you created earlier for the SSL libraries, if you haven't already, especially since they should no longer be needed. It's a complete guess, but may create issues for programs requiring the 1.1 version.
ID: 2012214 · Report as offensive
Ian&Steve C.
Avatar

Send message
Joined: 28 Sep 99
Posts: 4267
Credit: 1,282,604,591
RAC: 6,640
United States
Message 2012215 - Posted: 16 Sep 2019, 14:45:13 UTC

how are you accessing the system since it's headless and no monitor, etc?

ssh on the local network? VPN+ssh to a remote machine?
Seti@Home classic workunits: 29,492 CPU time: 134,419 hours

ID: 2012215 · Report as offensive
Profile Radjin Project Donor
Avatar

Send message
Joined: 2 May 00
Posts: 105
Credit: 14,928,529
RAC: 102
United States
Message 2012265 - Posted: 17 Sep 2019, 1:49:10 UTC - in response to Message 2012215.  

how are you accessing the system since it's headless and no monitor, etc?

ssh on the local network? VPN+ssh to a remote machine?


Just ssh locally from my Mac or via an app on the iPad.
Radjin~
ID: 2012265 · Report as offensive
Profile Radjin Project Donor
Avatar

Send message
Joined: 2 May 00
Posts: 105
Credit: 14,928,529
RAC: 102
United States
Message 2012266 - Posted: 17 Sep 2019, 1:51:37 UTC - in response to Message 2012214.  



Since starting to play with boinc I seem to have killed the http/https out from my system as it also has killed my VPN out to the web.


Maybe try deleting the soft links you created earlier for the SSL libraries, if you haven't already, especially since they should no longer be needed. It's a complete guess, but may create issues for programs requiring the 1.1 version.



Thank you for reminding me... I deleted them directly then wondered If I should have done so via a command or if it matters.
Radjin~
ID: 2012266 · Report as offensive
Profile Radjin Project Donor
Avatar

Send message
Joined: 2 May 00
Posts: 105
Credit: 14,928,529
RAC: 102
United States
Message 2012273 - Posted: 17 Sep 2019, 3:01:27 UTC - in response to Message 2012266.  
Last modified: 17 Sep 2019, 3:05:27 UTC



Since starting to play with boinc I seem to have killed the http/https out from my system as it also has killed my VPN out to the web.


Maybe try deleting the soft links you created earlier for the SSL libraries, if you haven't already, especially since they should no longer be needed. It's a complete guess, but may create issues for programs requiring the 1.1 version.



Thank you for reminding me... I deleted them directly then wondered If I should have done so via a command or if it matters.



No change, I still cannot use my VPN through the server or register the key file with “./boinccmd --project_attach http://setiathome.berkeley.edu <weak key>”. I am pretty sure the two are related, both calling URL’s; the browser saying can’t reach server and the key reg saying cannot connect to localhost. Just need to figure out what broke.

Just learned I can ping an IP address and a URL so not a total system block on outgoing requests.
Radjin~
ID: 2012273 · Report as offensive
Previous · 1 · 2 · 3 · 4 · 5 · 6 · 7 · Next

Message boards : Number crunching : ZOTAC GAMING GeForce GTX 1650


 
©2024 University of California
 
SETI@home and Astropulse are funded by grants from the National Science Foundation, NASA, and donations from SETI@home volunteers. AstroPulse is funded in part by the NSF through grant AST-0307956.