pavel-demin / red-pitaya-notes

Notes on the Red Pitaya Open Source Instrument
http://pavel-demin.github.io/red-pitaya-notes/
MIT License
339 stars 211 forks source link

All my new SD cards boots, but stays forever on "ssh-keygen: generating new host keys: RSA" #1104

Closed Fihl closed 1 year ago

Fihl commented 1 year ago

Description of the setup:

Description of the problem:

The boot process looks correct, but the line ssh-keygen: generating new host keys: RSA takes forever, and still there.

I have tried different SD cards, same result

Installing packages to root filesystem... done ok, (of 112 items) OpenRC 0.47.1 is starting up Linux 6.1.32-xilinx (armv7l)

Steps to reproduce the problem:

  1. Boot on fresh SD card, and wait, output on PuTTY

booting.txt

Fihl commented 1 year ago

Forgot to tell that I also copied start.sh from apps/sdr_receiver_hpsdr_122_88 to root folder. Removing this, I now gets to login (I did as explained, but optional from https://pavel-demin.github.io/red-pitaya-notes/sdr-receiver-hpsdr-122-88/ )

Sorry for confusion Christen, OZ1AAB

RSA was OK

pavel-demin commented 1 year ago

I tried to reproduce the problem with and without the start.sh script. In both cases, the key generation takes some time but does not hang.

Since your system boots now, you can run the following command to save the generated keys and they will not be regenerated on the next boot:

lbu commit -d
Fihl commented 1 year ago

Thanks Pavel

I also did mess around in versions, as my Pitaya being old, I should not try starting sdr-receiver-hpsdr-122-88, but instead I should use the basic one sdr-receiver-hpsdr, without the 122/125 suffix

CwSkimmer has located it now, looking to be a nice weekend

Thanks