Message boards :
Number crunching :
Raspberry Pi & Other SBC Computers Discussion Thread :)
Message board moderation
Previous · 1 . . . 6 · 7 · 8 · 9 · 10 · 11 · 12 . . . 26 · Next
Author | Message |
---|---|
![]() ![]() Send message Joined: 26 May 99 Posts: 9958 Credit: 103,452,613 RAC: 328 ![]() ![]() |
Another one joins in https://setiathome.berkeley.edu/show_host_detail.php?hostid=8687388 Just running 2 tasks at a time. It was actually more difficult to edit the remote_hosts file for Boinc Tasks than it was to get it running. I still hate command lines :-( |
![]() ![]() Send message Joined: 23 May 99 Posts: 7381 Credit: 44,181,323 RAC: 238 ![]() ![]() |
Another one joins in Right on Bernie! :) Have a great day! :) Siran CAPT Siran d'Vel'nahr - L L & P _\\// Winders 11 OS? "What a piece of junk!" - L. Skywalker "Logic is the cement of our civilization with which we ascend from chaos using reason as our guide." - T'Plana-hath |
capnrob97 Send message Joined: 20 Feb 13 Posts: 3 Credit: 396,354 RAC: 0 ![]() |
So your PI's are not connecting directly to the server? I don't see them on your computer listing. I am running 4 pi using the bitscope quattro blade, connected to a UPS. Works well for me. I use a universal laptop power supply to power it. http://www.bitscope.com/product/BB04/ |
MarkJ ![]() ![]() ![]() ![]() Send message Joined: 17 Feb 08 Posts: 1139 Credit: 80,854,192 RAC: 5 ![]() |
I am running 4 pi using the bitscope quattro blade, connected to a UPS. Works well for me. I use a universal laptop power supply to power it. I have a bitscope blade rack. I ran out of Pi’s to put in it. Most of my existing Pi’s have copper heatsinks and they won’t fit into the bitscope blades so I need to get some more. I’m a bit concerned they’ll overheat once i’ve got the rack fully assembled as there isn’t much room or airflow between the Pi and the blade. I’ve got 8 of them done and they seemed to be thermal throttling as they were slower than my other Pi’s with the active cooling. BOINC blog |
![]() ![]() Send message Joined: 23 May 99 Posts: 7381 Credit: 44,181,323 RAC: 238 ![]() ![]() |
I am running 4 pi using the bitscope quattro blade, connected to a UPS. Works well for me. I use a universal laptop power supply to power it. Hi Mark, If the Pi gets too hot a little lightening bolt will show on the taskbar. My first Pi ran with now cooling fan and the heat sink got extremely hot. That was my reason for getting the cases with fans and put my Pis in a stack build. I looked at that bitscope blade and I see no way to cool the Pis except with an external fan, let alone get to the other surface mounted connectors for purposes other than SETI. I don't think the external fan would be efficient enough to cool all the Pis. Have a great day! :) Siran CAPT Siran d'Vel'nahr - L L & P _\\// Winders 11 OS? "What a piece of junk!" - L. Skywalker "Logic is the cement of our civilization with which we ascend from chaos using reason as our guide." - T'Plana-hath |
![]() ![]() ![]() Send message Joined: 29 Apr 01 Posts: 13164 Credit: 1,160,866,277 RAC: 1,873 ![]() ![]() |
I'll post this request tonight and hope for a response tomorrow after the project returns. Got my RPI3 today and put it together. Installed the Desktop version but not the full version of Stretch. Got it up on my Wi-Fi network in a headless installation. I can get into it with no problem via SSH but I have not been able to connect via VNC and Remmina at all. Just get an authentication error. Spent a couple of hours researching and reading of solutions to get VNC working but no luck so far. I can't figure out how to give the vncserver the correct credentials and the only solution I found was via the GUI app for vncserver. Nothing or no configuration files I tried to edit via the command line worked. So tomorrow I am going to dig out of the closet one of my old monitors, keyboard and mouse from the contest rigs to see if I can configure stuff from the GUI Desktop. So what is anybody using to remote into the RPI3 desktop from Linux? What was your solution and configuration? Seti@Home classic workunits:20,676 CPU time:74,226 hours ![]() ![]() A proud member of the OFA (Old Farts Association) |
capnrob97 Send message Joined: 20 Feb 13 Posts: 3 Credit: 396,354 RAC: 0 ![]() |
I'll post this request tonight and hope for a response tomorrow after the project returns. Going off memory here, but I think you have to run raspi-config and in the networking section there is an option to enable VNC. |
BetelgeuseFive ![]() Send message Joined: 6 Jul 99 Posts: 158 Credit: 17,117,787 RAC: 19 ![]() ![]() |
I'll post this request tonight and hope for a response tomorrow after the project returns. I approached my RPI's using ssh. If you use ssh -X or ssh -Y it will create a tunnel that will be used by X11. This means you can run boinc-manager and other X11 applications and the windows will show up on your Linux desktop. Tom |
![]() ![]() Send message Joined: 23 May 99 Posts: 7381 Credit: 44,181,323 RAC: 238 ![]() ![]() |
I'll post this request tonight and hope for a response tomorrow after the project returns. Hi Keith, Wow, me helping you. who'd a thunk? :) Do: sudo raspi-config and select Interfacing Options. Then enable VNC. From there, I cannot help. Not using VNC myself. Have a great day! :) Siran CAPT Siran d'Vel'nahr - L L & P _\\// Winders 11 OS? "What a piece of junk!" - L. Skywalker "Logic is the cement of our civilization with which we ascend from chaos using reason as our guide." - T'Plana-hath |
![]() ![]() ![]() ![]() Send message Joined: 1 Dec 99 Posts: 2786 Credit: 685,657,289 RAC: 835 ![]() ![]() |
From my Desktop notes: sudo apt-get -y install dconf-tools dconf write /org/gnome/desktop/remote-access/require-encryption false /usr/lib/vino/vino-server --sm-disable start This is for a Linux System. Basically using dconf editor. I'm not sure what the Pi has/uses. But disabling encryption via the dconf app lets you get in through VNC. Just follow the /org/gnome/desktop/remote-access/require-encryption Tree. ![]() |
![]() ![]() Send message Joined: 26 May 99 Posts: 9958 Credit: 103,452,613 RAC: 328 ![]() ![]() |
As I use Anydesk for all my other PC's so I just installed it on the Pi, works perfectly and means I only need one remote access program for Win and Linux Anydesk install |
![]() ![]() ![]() Send message Joined: 29 Apr 01 Posts: 13164 Credit: 1,160,866,277 RAC: 1,873 ![]() ![]() |
VNC is enabled on rpi3. Can't make any connection to it because of authentication issues. I'll try Brent's suggestion. Seti@Home classic workunits:20,676 CPU time:74,226 hours ![]() ![]() A proud member of the OFA (Old Farts Association) |
![]() ![]() ![]() ![]() ![]() Send message Joined: 25 Dec 00 Posts: 31266 Credit: 53,134,872 RAC: 32 ![]() ![]() |
VNC is enabled on rpi3. Can't make any connection to it because of authentication issues. I'll try Brent's suggestion. If it is authentication issues, you need to make sure the encryption standard the server (RPi) is using is the same as the client (viewer). It can't work unless they both speak the same language. Be buried in the preference/connection GUI. (Oh and you do want newish, some of the old standards are very broken) P.S. Don't forget to change your password on your Pi if you enable SSH. Millions out there sending the default login to every IP on the planet. |
![]() ![]() ![]() Send message Joined: 29 Apr 01 Posts: 13164 Credit: 1,160,866,277 RAC: 1,873 ![]() ![]() |
The problem was that you can't change or disable vncserver authentication from the ssh command line. Very simple to do this morning from the vncserver gui configuration menu once I hooked the pi up to a display. Also changed the default account from pi to my own username and changed all the passwords. Set up samba and shares like I do with all my rigs for easy file access. Now that the project is back, time to get BOINC installed and the pi3 attached to Seti. Seti@Home classic workunits:20,676 CPU time:74,226 hours ![]() ![]() A proud member of the OFA (Old Farts Association) |
![]() ![]() ![]() Send message Joined: 29 Apr 01 Posts: 13164 Credit: 1,160,866,277 RAC: 1,873 ![]() ![]() |
In case anybody else needs to use Remmina to access their rpi3 vncserver instance on their pi, the trick is to configure the vncserver from its gui interface in the Top bar. The Options menu has the Security settings and all you have to do to make it work with Remmina is to change the authentication protocol from default Unix password to VNC password. Apply and then restart. You don't have to change anything in your client regarding encryption with the dconf-editor after all. Just fill in the VNC password you set in the Options/Security menu in your VNC profile for the rpi3 in Remmina and you are good to go. Seti@Home classic workunits:20,676 CPU time:74,226 hours ![]() ![]() A proud member of the OFA (Old Farts Association) |
ShadowBot 3.75 Send message Joined: 28 Mar 00 Posts: 9 Credit: 23,708,744 RAC: 176 ![]() ![]() |
I am running 4 pi using the bitscope quattro blade, connected to a UPS. Works well for me. I use a universal laptop power supply to power it. I found having heat sinks with an external fan (I have a cheap USB fan running next to my stacks) is enough to keep my 8 Pis (3B+) cool enough. They are generally in the 40s with each running 4 units at a time. When I just have the heat sinks, it does tend to run a little too hot and will start throttling performance. But then I run all of them via command line and don't have to worry about a GUI to run as well. |
![]() ![]() ![]() Send message Joined: 29 Apr 01 Posts: 13164 Credit: 1,160,866,277 RAC: 1,873 ![]() ![]() |
Since I had absolutely no knowledge or experience with the rpi3 and I have traditionally had issues with cooling all my PC's, I went with a case supplied with heat sinks and a fan. Unit is sitting on a top shelf in my entertainment rack in a dead air corner of the living room. Unit runs at 43°C with two tasks running and the desktop. Will probably be much higher once the heat of summer is here and the house becomes a sauna even with air conditioning. At what temp does the rpi3 throttle itself? Does it have different temps for the cpu and the gpu? Seti@Home classic workunits:20,676 CPU time:74,226 hours ![]() ![]() A proud member of the OFA (Old Farts Association) |
rob smith ![]() ![]() ![]() Send message Joined: 7 Mar 03 Posts: 22772 Credit: 416,307,556 RAC: 380 ![]() ![]() |
It does throttle itself, I think it's 80C, which is "a tad on the warm side" for my liking, so I'm adding a fan to help it stay cooler than "OUCH, that smarts" on the finger test (even with an added heatsink). I don't think there is separate measurement on the GPU. Bob Smith Member of Seti PIPPS (Pluto is a Planet Protest Society) Somewhere in the (un)known Universe? |
![]() ![]() ![]() Send message Joined: 29 Apr 01 Posts: 13164 Credit: 1,160,866,277 RAC: 1,873 ![]() ![]() |
Thanks, Rob. I am worried that the big chip on the bottom side of the board, guessing that is the gpu, would be at a disadvantage for having trapped air and no airflow from the little fan blowing on the cpu heat sink on the top side of the board. There are little rubber nubbin feet on the case to give about 1/4" of clearance so only convection cooling on that chip. Seti@Home classic workunits:20,676 CPU time:74,226 hours ![]() ![]() A proud member of the OFA (Old Farts Association) |
rob smith ![]() ![]() ![]() Send message Joined: 7 Mar 03 Posts: 22772 Credit: 416,307,556 RAC: 380 ![]() ![]() |
The GPU isn't used by the SETI app, and runs quite a bit cooler than the processor chip - I suspect it gets warmed up by conduction from the CPU as the two appear to be tightly connected. Bob Smith Member of Seti PIPPS (Pluto is a Planet Protest Society) Somewhere in the (un)known Universe? |
©2025 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.