importing tensorflow+avx crashes because it can't detect avx

2021-01-22 Thread Asad Ali
Hi guys, I'm using the qemu 5.2.0 on mac osx. I followed the instructions on this wiki https://wiki.qemu.org/Hosts/Mac to compile with avx. Next, I created an Ubuntu vm. In this vm, all I do is install python + tensorflow, and then do >> python >> import tensorflow 2021-01-22 14:15:40.193407: F te

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

2021-01-22 Thread Dilyan Palauzov
Hello Philippe, thanks for your answer. I wrote the expect script some days ago and I have not used older versions. Setting `export DEBIAN_FRONTEND=noninteractive` does not help. I start time (unzip -o 2021-01-11-raspios-buster-armhf.zip && date && ./bootstrap&& echo $? && date) When I r

Bugs in SSH module

2021-01-22 Thread Dave Turvene - Work
Hi Sawyer, I'm running Ubuntu 18.04.5 (5.4.0-60-generic kernel) and a QEMU 5.1.0 build for x86_64. I originally built for all targets including arm and aarch64 but it took too long. I haven't seen this problem. Good luck! Dave Here's my configure line ../../../configure --prefix=/opt/qemu \

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

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

2021-01-22 Thread Dilyan Palauzov
Hello, I download an Raspberry Pi OS image, the kernel from https://github.com/dhruvvyas90/qemu-rpi-kernel and then want to configure the system using `expect`. I run the script below, called bootstrap, by calling `time (unzip -o 2021-01-11-raspios-buster-armhf.zip && date && ./bootstrap

Re: Bugs in SSH module

2021-01-22 Thread Peter Maydell
On Fri, 22 Jan 2021 at 03:49, Sawyer Liu wrote: >I found same question, see > https://bugs.launchpad.net/qemu/+bug/1838763. The status is “Won’t Fix”. Do > you have any result? The only feature that compiling QEMU with libssh adds is support for a 'ssh' block backend. That means you can

Re: [EXT] Re: Bugs in SSH module

2021-01-22 Thread Berto Furth
Hi Sawyer, Oh yes, sorry it is libssl-dev. What version do you have installed? According to the link you sent, there's a reference to a problem with some older versions of libssl included with ubuntu libssh-0.8 is detected as 0.7 https://bugs.launchpad.net/ubuntu/+source/libssh/+bug/1847514 Th