No lights after update

91 views
Skip to first unread message

Curtis Smith (史國興)

unread,
Apr 29, 2026, 6:05:31 PMApr 29
to PiDP-10
Hello!

Inspired by the latest newsletter, I decided to update my PiDP-10, answering Yes to all questions.  (Why not have the source, as well?)   All went well, but when I now reboot my RPi-4 PiDP-10, I get no blinkenlights.  Logging in via ssh, I receive the following before the prompt line appears:
  Starting pdpcontrol...
  Starting PiDP-10 with boot option 0000
  screen -dmS pidp10 ./pidp10 /opt/pidp10/systems/hills-blinky/boot.pidp
  0
 
I did not get this before the update, either.  Can anyone give me a clue as to what went wrong?

Thank you!

Curtis Dean Smith

unread,
Apr 29, 2026, 6:54:37 PMApr 29
to PiDP-10
Correction: RPi-5

 


--
You received this message because you are subscribed to a topic in the Google Groups "PiDP-10" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/pidp-10/vH16_3CtkX4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to pidp-10+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-10/3aa81ddc-08b6-4fcf-92b9-a8ab3da26bc2n%40googlegroups.com.

oscarv

unread,
Apr 29, 2026, 10:04:28 PMApr 29
to PiDP-10
Curtis,

>> Inspired by the latest newsletter, I decided to update my PiDP-10, answering Yes to all questions.  
>> (Why not have the source, as well?)   All went well, but when I now reboot my RPi-4 PiDP-10, 
>> I get no blinkenlights.  Logging in via ssh, I receive the following before the prompt line appears:

That is worrying. It's too late at night here to test it out now, but I will look into it tomorrow.

If you have the time and the inclination, would you mind trying:

pdpcontrol stop

then,

pdpcontrol start

...do things work then?

But I will check tomorrow!

Kind regards,

Oscar.

Curtis Dean Smith

unread,
Apr 29, 2026, 10:34:35 PMApr 29
to oscarv, PiDP-10
Oscar, 

I tried that, and even more: I moved the /opt/pido10 directory and did a complete install, but with no joy. I them moved my year-old directory back and have blinkenlights back again. 

Curtis 

 


--
You received this message because you are subscribed to a topic in the Google Groups "PiDP-10" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/pidp-10/vH16_3CtkX4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to pidp-10+u...@googlegroups.com.

Curtis Smith (史國興)

unread,
May 5, 2026, 6:17:52 PMMay 5
to PiDP-10
I have tried a few installs short of a complete system re-install.  Am I the only one with this problem?  If so, I will go ahead and wipe my system and start afresh, although I hope not to need to go that far.

terri-...@glaver.org

unread,
May 10, 2026, 3:32:55 PMMay 10
to PiDP-10
On Wednesday, April 29, 2026 at 6:05:31 PM UTC-4 smi...@gmail.com wrote:
  Starting pdpcontrol...
  Starting PiDP-10 with boot option 0000
  screen -dmS pidp10 ./pidp10 /opt/pidp10/systems/hills-blinky/boot.pidp
  0
 
I did not get this before the update, either.  Can anyone give me a clue as to what went wrong?

The "0" indicates that screen didn't find any attachable sessions. Not very useful
if you don't hnow what the zero means. I changed the PiDP-11 version to be a bit
more informative:
procs=`screen -ls pidp11 | egrep '[0-9]+\.pidp11' | wc -l` if [ $procs -eq 0 ]; then echo No PDP-11 emulator detected as running - check with pdp11control. exit 1 fi if [ $procs -gt 1 ]; then echo More than one screen session found; results may be unpredictable. fi if [ $procs -ne 0 ]; then screen -d -r fiHowever, it is likely that some underlying issue caused the emulator to fail
to start, which is why there is nothing to attach to.

terri-...@glaver.org

unread,
May 10, 2026, 3:42:06 PMMay 10
to PiDP-10
Well, that certainly didn't show up the way the preview looked. Here's a link to the code:
https://github.com/Terri-Kennedy/pidp11/blob/main/etc/pdp.sh

Curtis Smith (史國興)

unread,
May 10, 2026, 9:21:02 PMMay 10
to PiDP-10
So, it turned out to be a mismatch of libc; the packaged pidp10 was linked to 2.38 but my bookworm has only libc-2.36.  A recompile fixed that.  Maybe I should update my pi, though.
Reply all
Reply to author
Forward
0 new messages