expect "panic" / Re: qemu + expect + Raspberry Pi = sudden stop of accepting commands

2021-01-27 Thread Дилян Палаузов
> # expect "# " > send "apt-get upgrade -y -V\n" > expect -re "The following packages will be upgraded:|0 upgraded, 0  > newly installed, 0 to remove and 0 not upgraded." > expect "# " > send "echo 'FallbackNTP=$NTP_SERVER

Re: qemu + expect + Raspberry Pi = sudden stop of accepting commands

2021-01-22 Thread Dilyan Palauzov
"cat > /etc/xdg/lxsession/LXDE-pi/autostart << EOF\n" send "@lxpanel --profile LXDE-pi\n" send "@pcmanfm --desktop --profile LXDE-pi\n" send "#@unclutter -idle 10\n" send "@xset s off\n" send "@xset -dpms\n" send "@xset s noblank

Re: qemu + expect + Raspberry Pi = sudden stop of accepting commands

2021-01-22 Thread Philippe Mathieu-Daudé
Hi Dilyan, On 1/22/21 2:01 PM, Dilyan Palauzov wrote: > Hello, > ... > root@raspberrypi:/home/pi# echo Q1 > Q1 > root@raspberrypi:/home/pi# apt-get clean > root@raspberrypi:/home/pi# > real    23m20.381s > user    0m29.330s > sys 0m3.832s > --- > > Thus the last commands from th