×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

Re:Re:Re:EKOS crashes RPI4 (Ekos Debugger logs available)

  • Posts: 398
  • Thank you received: 117
A couple of thoughts: Are you running the most up-to-date distro of SM OS? If not, I would say that it's definitely advisable to update. If you are running an older SM OS distro, are you allowing the FITSviewer to pop-up? If so, it could be a possible culprit (only for older releases). I used to experience crashes with older releases, but find the newest release remarkably stable (especially now that fitsviewer issues have been addressed).

A couple of probably unrelated thoughts, but things to consider for more reliable service long term. You want to be sure your power bank is providing enough juice to the Pi4. Spec is 3amps @5V. If you're sharing power from 1 bank to 3 devices, you should make sure that full spec power for all devices is capable of being delivered (even though nominal draw after boot will be less). Generally, I wouldn't trust the PI4's USB ports to power devices. Theoretically, yes, but practically and reliably, no. Ideally, you should consider a powered USB3 hub. Cheers, Doug
3 years 7 months ago #59705

Please Log in or Create an account to join the conversation.

  • Posts: 401
  • Thank you received: 41

Hello!

I have the latest version. I’m pretty sure the viewer works, but I do not use it (disabled option). I shoot and save in RAW CR2 but the main screen previews is not working (ok, this is another issues, let’s leave it on the side :-) )

I had issues with power, that’s why I use a second power bank only for DSLR. But if that’s was an issue, why everything else is working and EKOS crashes at 70 shots? In addition to that, I can’t see any hint about power in the log file - as far as I can understand of course...


Sent from my iPhone using Tapatalk
3 years 7 months ago #59716

Please Log in or Create an account to join the conversation.

  • Posts: 351
  • Thank you received: 109
Well from logs it looks like it crash somewhere in guiding. I would try to use Ekos internal guider for a change. For power issue I think that is logged into kernel log. So try run "dmesg"
3 years 7 months ago #59717

Please Log in or Create an account to join the conversation.

  • Posts: 401
  • Thank you received: 41
That would be strange. Both nights guiding was still working with no stars lost or anything else.

Never tried internal guider, I will give it a chance as soon as I learn how to use it :-)
Last edit: 3 years 7 months ago by Euripides.
3 years 7 months ago #59719

Please Log in or Create an account to join the conversation.

  • Posts: 398
  • Thank you received: 117
Didn't mean to suggest that your issue is power related....it was a side note about long term stability. Looking at the log, it seems clear that a memory stomp is occurring, and it's bad enough to corrupt the stack. It's not clear whether memory has been exhausted, or it's just a memory bug that your configuration/setup has tickled. If you are getting 70 subs, what about trying a test where you setup for 2 sets of 50 subs. Does that run clean? If it does, it will give a hint that memory exhaustion is occurring. You probably should plan to have a terminal window up as you're running, and run the memory free command a few times as the job is running to see how memory is being consumed. That will give you a good clue as to what's going on. I would do this for both tests (2x50, and the 70 crash). You want to catch this just prior to the crash in the 2nd case, and then after the crash. The output will be along the lines of:

$ free -h
total used free shared buff/cache available
Mem: 3.5Gi 654Mi 2.0Gi 170Mi 921Mi 2.7Gi
Swap: 2.0Gi 0B 2.0Gi
3 years 7 months ago #59734

Please Log in or Create an account to join the conversation.

  • Posts: 401
  • Thank you received: 41

Hmmm that would be a good idea, with 2 sets. I am gonna try it. I can’t believe that there is no enough memory to run the EKOS, cause I have already the memory graph in the menu bar and I’m struggling to see even a slight pick there.
But surely I am gonna keep that in mind to test it!

Thanks!


Sent from my iPhone using Tapatalk
3 years 7 months ago #59740

Please Log in or Create an account to join the conversation.

  • Posts: 398
  • Thank you received: 117
After you run your tests, if you are still experiencing the crash, I recommend creating a support ticket on the SM OS site. Jasem will respond and help to resolve. Having the full logs will be helpful. Good luck, Doug
The following user(s) said Thank You: Euripides
3 years 7 months ago #59746

Please Log in or Create an account to join the conversation.

Also please try to update StellarMate to all latest packages and then restart it. A memory issue was resolved recently.
3 years 7 months ago #59754

Please Log in or Create an account to join the conversation.

  • Posts: 401
  • Thank you received: 41

I’ve done it yesterday, before my session. I’ll redo it tonight.


Sent from my iPad using Tapatalk
3 years 7 months ago #59758

Please Log in or Create an account to join the conversation.

  • Posts: 398
  • Thank you received: 117
Just to be clear....Don't use the package updater app on the desktop (doesn't work). Use this command in a terminal instead:

sudo apt-get update && sudo apt-get -y dist-upgrade

If running this command brings a bunch of packages, it might be advisable to reboot the PI before running your test.....
The following user(s) said Thank You: Jasem Mutlaq
3 years 7 months ago #59759

Please Log in or Create an account to join the conversation.

  • Posts: 401
  • Thank you received: 41
Never worked for me either..

Every time I boot my RPI I always run the update commands. I've done the same today, nothing new to install.

I load PHD2 and run the guiding as usual. Then I load Ekos and setting up my sequence and everything goes smoothly.

Today I've noticed something and I do not know if this is right. After starting my sequence I took a glimpse back in PHD2 and saw this message. The guiding was going on but the message was there. So I've done 2 more times my process from the top (even restarting RPI). This message appears as soon as I load Ekos.

Last edit: 3 years 7 months ago by Euripides.
3 years 7 months ago #59760
Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 398
  • Thank you received: 117
ok, we're getting to a different topic from the crash, but here's a tip about PHD2. Assuming your PHD2 profile is setup correctly, then start the PHD2 app but DON'T connect. Just bring up PHD2 on the desktop. Then, assuming your Ekos profile is correct for PHD2, go into the guide tab and push the connect button. That should connect Ekos to PHD2, and PHD2 to the mount and camera. Sometimes the state machine between the two (Ekos & PHD2) can get confused. If this happens, just disconnect from the Ekos side, and reconnect again via the guide tab connect button. Once you are connected, it should stay connected. IMO, you probably should get into the habit of disconnecting and reconnecting from the Ekos guide tab (not the PHD2 side) if you don't already. I've seen it work fine connecting from PHD2 to Ekos, but I experience more problems with interface states when done that way.
3 years 7 months ago #59761

Please Log in or Create an account to join the conversation.

Time to create page: 0.305 seconds