OP25 error

KF4HJW

Member
Premium Subscriber
Joined
Jun 6, 2012
Messages
7
Location
Newport News , VA
I have a unit that has been running from months. The pi is running two copies and 2 sdr's.
everything was great my only issue was I never got auto restart working but that wsa ok.

Now it stopped running ,one the web page was up awaiting date the 2nd could not find
a webpage. I am getting this erro in both copies
Using Python /usr/bin/python3
Illegal instruction
.

I tried a update however that did not help. Any ideas please.
 

boatbod

Member
Joined
Mar 3, 2007
Messages
3,500
Location
Talbot Co, MD
Hard to form an opinion without a log file ;)

Did you perform a system update while op25 was running? Sometimes shared library updates can cause issues of this sort.
Particularly on a RPi, sometimes it's as simple as a memory leak eventually killing things if you haven't rebooted for a long while.
 

KF4HJW

Member
Premium Subscriber
Joined
Jun 6, 2012
Messages
7
Location
Newport News , VA
Hard to form an opinion without a log file ;)

Did you perform a system update while op25 was running? Sometimes shared library updates can cause issues of this sort.
Particularly on a RPi, sometimes it's as simple as a memory leak eventually killing things if you haven't rebooted for a long while.
No the update was attempted after I found it had crashed and would not restar with a power off and on restart.

It doesn't appear to start any logs the illegal instruction pops up quckly.
 

KF4HJW

Member
Premium Subscriber
Joined
Jun 6, 2012
Messages
7
Location
Newport News , VA
Hard to form an opinion without a log file ;)

Did you perform a system update while op25 was running? Sometimes shared library updates can cause issues of this sort.
Particularly on a RPi, sometimes it's as simple as a memory leak eventually killing things if you haven't rebooted for a long while.
I just tried again and get this update to the error:

Using Python /usr/bin/python3
Illegal instruction
 

boatbod

Member
Joined
Mar 3, 2007
Messages
3,500
Location
Talbot Co, MD
Sounds like you need to rebuild the app; something changed in the shared libraries, or at least the relationship between the shared libraries and op25.
Code:
cd ~/op25
./rebuild.sh
 
Top