WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Temporary Freezing  (Read 1097 times)

Offline xuraax

  • Newbie
  • *
  • Posts: 37
Temporary Freezing
« on: September 07, 2022, 09:36:07 AM »
Lately I have noted that my RPi loaded with piCore 13 and running headless  via a wifi connection, freezes temporarily but then continues with executing whatever is currently running without errors. I have noted this during the connection when the system takes an abnormal time to accept the password. It sometimes slows down whilst using nano and also slows down whilst running my own scripts.

Temporary freezing is also happening when I run my own startup script on the pi when there is no wifi access in the area. I have not noted any pattern of when this is occurring.

This is probably my own fault since I have been recently experimenting with various configurations.

How does one go about diagnosing such issues?

xuraax

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11221
Re: Temporary Freezing
« Reply #1 on: September 07, 2022, 01:47:32 PM »
Hi xuraax
All the slowdowns you mention rely on a network connection. Maybe your wireless connection
is a bit spotty. Do you have a wired connection you can try to see if it makes a difference?

You might also want to read through this thread:
http://forum.tinycorelinux.net/index.php/topic,24804.0.html

Offline patrikg

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 673
Re: Temporary Freezing
« Reply #2 on: September 07, 2022, 02:02:00 PM »
My thoughts on this are exactly as @Rich says it's probably a network problem. I know for sure that it takes a long time to log in via ssh when the linux systems can't do dns lookups against dns to check the ip address. Think it even checks the reverse zone. in-addr.arpa, to see if it finds any hostname. So make sure your pi has fast responses from a dns server.
« Last Edit: September 07, 2022, 02:10:26 PM by patrikg »