davidferguson / pibakery-raspbian

The changes made to Raspbian to support PiBakery
150 stars 12 forks source link

Run command block times out #20

Open LowPowerLab opened 7 years ago

LowPowerLab commented 7 years ago

Awesome tool, wish I had this long ago!

I am trying to use Run command for doing some apt-get update and installs. One of the Run Commands times out and besides not really having a visual indication of what step is failing, the real issue I see is the UI getting stuck and not being able to continue to flow if one of the blocks fails.

GuinnessStoutly commented 7 years ago

I agree with LowPowerLab. Some of my recipes uninstall nearly every application and then do an update and upgrade during which time the RunCommand is at a certain percentage for a long time. Would be nice to be able to see what's going on or the ability to jump out to a cli window to see the processes running.

kraigh commented 7 years ago

I'm seeing the same issue- apt-get update especially is causing a timeout almost every time, as well as installing any packages. Any ideas how to fix this?

alana314 commented 7 years ago

Yeah my "connect to WIFI" block often times out. I'm not sure if it's hanging or if I'm seeing the screen while it finishes booting up. A "cancel" button would be handy.