[Bug 1749393] Re: sbrk() not working under qemu-user with a PIE-compiled binary?

2021-09-16 Thread Sebastian Unger
I'm running qemu-arm version 4.2.1 (Debian 1:4.2-3ubuntu6.17) on Ubuntu 20.04.03, but I seem to still be affected by this (or something very much like it). In my case it is armhf exim4 crashing while creating a chroot on an amd64 host. The final command run from deeply within exim4's postinst is:

[Qemu-devel] Restricted User mode networking issue

2014-10-28 Thread Sebastian Unger
Hello Everybody, I've got an issue with qemu user-mode networking: I've got a KVM running on a host started with this command line: *qemu-system-x86_64 -enable-kvm -drive file=vms/disk.qcow2,if=virtio,cache=writeback -netdev type=user,id=net0,restrict=on,hostfwd=tcp::2011-:22 -device virtio-net-pc